Skip to content

Commit

Permalink
upgrade actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
aratama committed Jan 31, 2025
1 parent bdd7192 commit 1859de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
Compress-Archive -Path windows/* -DestinationPath ${{ env.binary }}.zip
- name: Upload binaries to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ env.binary }}.zip
name: windows
Expand Down

0 comments on commit 1859de4

Please sign in to comment.