Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent cbd1cb7 commit dc3e143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: ${{ !env.ACT }}

- name: Upload to artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{steps.build.outputs.binary}}
path: ${{steps.build.outputs.binary}}
Expand Down

0 comments on commit dc3e143

Please sign in to comment.