Skip to content

Commit

Permalink
ci(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
2 people authored and themantre committed Dec 1, 2024
1 parent c116579 commit c2126c6
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 c2126c6

Please sign in to comment.