There was an error while loading. Please reload this page.
1 parent ae03a11 commit 22f23a0Copy full SHA for 22f23a0
1 file changed
.github/workflows/build-and-release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build
20
run: yarn build
21
- name: Upload build
22
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v7
23
with:
24
name: build
25
path: |
@@ -68,7 +68,7 @@ jobs:
68
- name: Install
69
run: yarn install --immutable
70
- name: Download build
71
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v8
72
73
74
- name: Release
0 commit comments