Skip to content

Commit 1a69220

Browse files
chore(deps): update github artifact actions
1 parent e755607 commit 1a69220

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
@@ -35,7 +35,7 @@ jobs:
3535
run: yarn build
3636

3737
- name: Save artifact
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v7
3939
with:
4040
name: artifact-${{ github.run_id }}
4141
retention-days: 1
@@ -108,7 +108,7 @@ jobs:
108108
node-version: 18
109109

110110
- name: Restore artifact
111-
uses: actions/download-artifact@v3
111+
uses: actions/download-artifact@v8
112112
with:
113113
name: artifact-${{ github.run_id }}
114114

0 commit comments

Comments
 (0)