Skip to content

Commit

Permalink
chore: bump upload artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Sep 18, 2024
1 parent 8d16d8a commit c1fe42a
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 @@ -35,7 +35,7 @@ jobs:
brew install makensis
npx oclif pack:win
- name: upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{env.FORMULA_NAME}}-${{ needs.get-tag.outputs.TAG_NAME }}.exe
path: dist/win32/${{env.FORMULA_NAME}}-v${{ needs.get-tag.outputs.TAG_NAME }}-${{ needs.get-sha.outputs.SHA_SHORT }}-x86.exe
Expand Down

0 comments on commit c1fe42a

Please sign in to comment.