Skip to content

Commit

Permalink
Update artifact action since GH retired
Browse files Browse the repository at this point in the history
  • Loading branch information
treideme committed Sep 26, 2024
1 parent f2379db commit b37ac4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ runs:
signtool sign /f C:\Users\labforge\Documents\labforge.cer /csp "eToken Base Cryptographic Provider" /td sha256 /fd sha256 /k ${{ inputs.signpassword }} distribution\build\updater.exe
- name: Upload installer artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact_name }}
path: ${{ inputs.path }}/distribution/build/updater.exe
if-no-files-found: error
if-no-files-found: error

0 comments on commit b37ac4e

Please sign in to comment.