Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent e5cd508 commit aa4ca6d
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 @@ -81,7 +81,7 @@ jobs:
cd target/${{ matrix.target }}/release
sha256sum ${{ steps.cargo-get.outputs.metadata }}-${{ matrix.target }} > ${{ steps.cargo-get.outputs.metadata }}-${{ matrix.target }}.sha256
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.cargo-get.outputs.metadata }}-${{ matrix.target }}
path: |
Expand Down

0 comments on commit aa4ca6d

Please sign in to comment.