Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.

Commit 9c75f1e

Browse files
authored
Update auto.yml
1 parent 0477308 commit 9c75f1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: bash scripts/moveFiles.bash
6262

6363
- name: Upload Artifacts
64-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: artifacts
6767
path: /home/runner/work/publicgoods-scripts/publicgoods-website-test
@@ -78,7 +78,7 @@ jobs:
7878
git config --global user.name "dpgabot"
7979
8080
- name: Download Artifacts
81-
uses: actions/download-artifact@v3
81+
uses: actions/download-artifact@v4
8282
with:
8383
name: artifacts
8484
path: artifacts${{ github.run_number }}/

0 commit comments

Comments
 (0)