We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d4f7c commit a72e896Copy full SHA for a72e896
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
run: yarn build
24
25
- name: Archive build 💽
26
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
27
with:
28
name: dist
29
path: dist
@@ -47,7 +47,7 @@ jobs:
47
useRollingCache: true
48
49
- name: Load build 💽
50
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
51
52
53
0 commit comments