diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5a5f8382..a0318abb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: make haul - name: Attach Hauls to release - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: tag_name: ${{ needs.call-release.outputs.tag_name }} files: ./validator-haul-linux-amd64.tar.zst,./validator-haul-linux-arm64.tar.zst \ No newline at end of file