Skip to content

Commit 22f23a0

Browse files
committed
ci: fix release
1 parent ae03a11 commit 22f23a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build
2020
run: yarn build
2121
- name: Upload build
22-
uses: actions/upload-artifact@v3
22+
uses: actions/upload-artifact@v7
2323
with:
2424
name: build
2525
path: |
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install
6969
run: yarn install --immutable
7070
- name: Download build
71-
uses: actions/download-artifact@v3
71+
uses: actions/download-artifact@v8
7272
with:
7373
name: build
7474
- name: Release

0 commit comments

Comments
 (0)