Skip to content

Commit

Permalink
build(release): update upload-artifact to v4 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart authored Jan 10, 2025
1 parent a91ccfd commit 17d3bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
tar -czf ${{ env.package }} pop pop.sha256
- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries
path: ${{ env.path }}/${{ env.package }}
Expand All @@ -81,4 +81,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
${{ env.path }}/${{ env.package }}
${{ env.path }}/${{ env.package }}

0 comments on commit 17d3bd6

Please sign in to comment.