Skip to content

Commit 4d0a7c8

Browse files
authored
Upgrade upload-artifact action to version 4
1 parent 92f82b2 commit 4d0a7c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fetch_sites_metadata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
done
368368
369369
- name: Upload Pipeline Artifacts
370-
uses: actions/upload-artifact@v3
370+
uses: actions/upload-artifact@v4
371371
if: always()
372372
with:
373373
name: ckan-pipeline-results
@@ -377,7 +377,7 @@ jobs:
377377
retention-days: 30
378378

379379
- name: Upload Final Dataset
380-
uses: actions/upload-artifact@v3
380+
uses: actions/upload-artifact@v4
381381
if: always()
382382
with:
383383
name: final-dataset

0 commit comments

Comments
 (0)