diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eaba85cd..7eee6d9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,14 +59,14 @@ jobs: if: ${{ startsWith(matrix.os, 'windows') }} # yamllint enable rule:line-length - name: Upload binaries to release - uses: svenstaro/upload-release-action@v2.7.0 + uses: svenstaro/upload-release-action@2.7.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: cmd/n3dr/${{ env.n3dr-deliverable }} asset_name: ${{ env.n3dr-deliverable }} tag: ${{ github.ref }} - name: Upload checksums - uses: svenstaro/upload-release-action@v2.7.0 + uses: svenstaro/upload-release-action@2.7.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: cmd/n3dr/${{ env.n3dr-deliverable }}.sha512.txt