Skip to content

Commit

Permalink
chore: bump download-artifact to v4 (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Sep 18, 2024
1 parent 59b87f7 commit 0515ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-executable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: make install
- name: import Executable
id: download
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{env.FORMULA_NAME}}-${{ needs.get-tag.outputs.TAG_NAME }}.exe
- name: 'Echo download path'
Expand Down

0 comments on commit 0515ece

Please sign in to comment.