Skip to content

Commit cbafa4b

Browse files
committed
Small fix
1 parent 1291361 commit cbafa4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
EOF
6060
6161
- name: Upload Zenodo data as artifact
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: zenodo-data
6565
path: ~/.cache/openfe_analysis
@@ -86,7 +86,7 @@ jobs:
8686
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
8787

8888
- name: Download Zenodo data artifact
89-
uses: actions/download-artifact@v3
89+
uses: actions/download-artifact@v4
9090
with:
9191
name: zenodo-data
9292
path: ~/.cache/openfe_analysis

0 commit comments

Comments
 (0)