diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 9b2ff3e..ceccdca 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -75,7 +75,7 @@ jobs: ${{ inputs.filename }}.asc - name: Upload binaries to release if: inputs.upload-release-assets && startsWith(github.ref, 'refs/tags/') - uses: svenstaro/upload-release-action@2b9d2847a97b04d02ad5c3df2d3a27baa97ce689 # v2 + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 with: repo_token: ${{ github.token }} file_glob: true diff --git a/action.yml b/action.yml index 89bcc61..a64975d 100644 --- a/action.yml +++ b/action.yml @@ -57,7 +57,7 @@ runs: ${{ inputs.filename }}.asc - name: Upload binaries to release if: inputs.upload-release-assets == 'true' && startsWith(github.ref, 'refs/tags/') - uses: svenstaro/upload-release-action@2b9d2847a97b04d02ad5c3df2d3a27baa97ce689 # v2 + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 with: repo_token: ${{ github.token }} file_glob: true