Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3 (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Minimind <[email protected]>
  • Loading branch information
renovate[bot] and jeff-mccoy authored Jun 17, 2022
1 parent ab92272 commit ed4eea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-injector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sudo strip ${{ env.zarfInjectorPath }}

- name: "Upload Rust Binary"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: zarf-injector
path: ${{ env.zarfInjectorPath }}
Expand Down

0 comments on commit ed4eea7

Please sign in to comment.