Skip to content

Commit f26320b

Browse files
committed
ci: upload/download artifact v3 [skip ci]
1 parent 761a1ba commit f26320b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v2
22+
uses: actions/upload-artifact@v3
2323
with:
2424
name: build
2525
path: |
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install
4646
run: yarn install --immutable
4747
- name: Download build
48-
uses: actions/download-artifact@v2
48+
uses: actions/download-artifact@v3
4949
with:
5050
name: build
5151
- name: Release

0 commit comments

Comments
 (0)