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 <[email protected]>
  • Loading branch information
yvt and the-mikedavis authored Sep 10, 2022
1 parent 6714c33 commit 29ec3d1
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 @@ -284,7 +284,7 @@ jobs:
overwrite: true

- name: Upload binaries as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: env.draft == 'true'
with:
name: release
Expand Down

0 comments on commit 29ec3d1

Please sign in to comment.