There was an error while loading. Please reload this page.
2 parents 4079ade + 46a4ce4 commit beab7a9Copy full SHA for beab7a9
1 file changed
.github/workflows/test_and_deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout Repository
23
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
24
- name: Set up Python 3.13
25
uses: actions/setup-python@v6
26
with:
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
@@ -68,7 +68,7 @@ jobs:
68
contents: write
69
70
71
72
- name: Download all workflow run artifacts
73
uses: actions/download-artifact@v8
74
0 commit comments