We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb04518 commit b30d93bCopy full SHA for b30d93b
.github/workflows/reproduce_results.yml
@@ -22,16 +22,16 @@ jobs:
22
RESULTDIR: ./artifacts/results
23
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
26
27
- name: Setup Python
28
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
29
with:
30
- python-version: "3.10"
+ python-version: "3.12"
31
32
- name: Cache
33
id: cache
34
- uses: actions/cache@v3
+ uses: actions/cache@v4
35
36
path: |
37
~/.cache/pip
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Upload artifact
55
if: always()
56
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v5
57
58
path: ./artifacts
59
if-no-files-found: error
0 commit comments