diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56388790..81ae2f4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: prerelease: false - name: Upload X64 artifacts. if: ${{ matrix.architecture == 'X64' }} - uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df # v2 + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./aperf-${{ github.ref_name }}-x86_64.tar.gz @@ -56,7 +56,7 @@ jobs: asset_name: aperf-${{ github.ref_name }}-x86_64.tar.gz - name: Upload ARM64 artifacts if: ${{ matrix.architecture == 'ARM64' }} - uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df # v2 + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./aperf-${{ github.ref_name }}-aarch64.tar.gz