diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index e070359..de9415e 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -40,7 +40,7 @@ jobs: - name: Upload binary to release if: ${{ startsWith(github.ref, 'refs/tags/v') }} - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz