diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96538a6cb..a0b906358 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: POAP_API_KEY: ${{ secrets.POAP_API_KEY }} DAYLIGHT_API_KEY: ${{ secrets.DAYLIGHT_API_KEY }} - name: Create Release and Upload Artifacts - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15 + uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4 if: startsWith(github.ref, 'refs/tags/') with: files: dist/*.zip