Skip to content

Commit

Permalink
fix(release): upgrade upload-artifact to v4 (#1624)
Browse files Browse the repository at this point in the history
Co-authored-by: mj <[email protected]>
  • Loading branch information
akbariandev and mj authored Nov 29, 2024
1 parent c116579 commit 548bf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
echo "${{ needs.build-gui-windows.outputs.checksums }}" >> SHA256SUMS
- name: Upload SHA256SUMS as an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sha256sums
path: SHA256SUMS
Expand Down

0 comments on commit 548bf44

Please sign in to comment.