Skip to content

Commit f74d07f

Browse files
authored
Ugrade upload and download artifacts to v4
1 parent 9d3c640 commit f74d07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-resource-gallery.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
python .github/workflows/collect-user-submission.py
5858
59-
- uses: actions/upload-artifact@v2
59+
- uses: actions/upload-artifact@v4
6060
with:
6161
name: submission
6262
path: resource-gallery-submission-input.json
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/setup-python@v2
7373
with:
7474
python-version: 3.8
75-
- uses: actions/download-artifact@v2
75+
- uses: actions/download-artifact@v4
7676
with:
7777
name: submission
7878

0 commit comments

Comments
 (0)