Skip to content

Commit

Permalink
hotfix(releaser): upgrade upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mj committed Nov 29, 2024
1 parent c116579 commit 45bfe5a
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 45bfe5a

Please sign in to comment.