Skip to content

Commit

Permalink
ci: update to actions/upload-artifact@4 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored Feb 28, 2025
1 parent d31a256 commit f65499f
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 @@ -143,7 +143,7 @@ jobs:
mv ./target/${{ matrix.target }}/release/${{ env.RELAYER_NAME }} ${{ env.RELAYER_NAME }}-${{ matrix.target }}
- name: Upload Artifact to Summary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}
path: |
Expand Down

0 comments on commit f65499f

Please sign in to comment.