We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e755607 commit 1a69220Copy full SHA for 1a69220
.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
35
run: yarn build
36
37
- name: Save artifact
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v7
39
with:
40
name: artifact-${{ github.run_id }}
41
retention-days: 1
@@ -108,7 +108,7 @@ jobs:
108
node-version: 18
109
110
- name: Restore artifact
111
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v8
112
113
114
0 commit comments