chore(ci): upgrade actions/upload-artifact
to v3
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
parent
0090a2d86f
commit
02d6102540
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -289,7 +289,7 @@ jobs:
|
|||
overwrite: true
|
||||
|
||||
- name: Upload binaries as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
if: env.preview == 'true'
|
||||
with:
|
||||
name: release
|
||||
|
|
Loading…
Reference in a new issue