Skip to content

Commit

Permalink
chore(ci): upgrade actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
  • Loading branch information
yvt and the-mikedavis committed Sep 10, 2022
1 parent 0090a2d commit 02d6102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02d6102

Please sign in to comment.