Skip to content

Commit b30d93b

Browse files
committed
Bump versions in workflows
1 parent fb04518 commit b30d93b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/reproduce_results.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
RESULTDIR: ./artifacts/results
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626

2727
- name: Setup Python
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v6
2929
with:
30-
python-version: "3.10"
30+
python-version: "3.12"
3131

3232
- name: Cache
3333
id: cache
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
with:
3636
path: |
3737
~/.cache/pip
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Upload artifact
5555
if: always()
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v5
5757
with:
5858
path: ./artifacts
5959
if-no-files-found: error

0 commit comments

Comments
 (0)