From 3d1c7eaf952a9a1babd5cc692dc365f68b2d3816 Mon Sep 17 00:00:00 2001 From: Antonio Salazar Cardozo Date: Sat, 13 Apr 2024 13:50:52 -0400 Subject: [PATCH] Bump softprops/action-gh-release to latest This bumps underlying Node to 0.20, which is the current LTS release through 2026. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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