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 0cce13d commit 56d51acCopy full SHA for 56d51ac
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
run: yarn build
26
27
- name: Archive build 💽
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: dist
31
path: dist
@@ -49,7 +49,7 @@ jobs:
49
useRollingCache: true
50
51
- name: Load build 💽
52
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
53
54
55
0 commit comments