Skip to content

Commit

Permalink
Replace actions/upload-artifact v3 with v4 in release.yml (#123)
Browse files Browse the repository at this point in the history
Same as the previous commit...
  • Loading branch information
yaronkoren authored Feb 5, 2025
1 parent e3478c2 commit 9041838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: build
steps:
- name: Download executable
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: executable
- name: Rename executable
Expand Down

0 comments on commit 9041838

Please sign in to comment.