diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0ea1de8..f89a224 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -120,7 +120,7 @@ jobs: # ── Upload to GitHub Release (release trigger only) ─────────────────── - name: Upload to GitHub Release if: github.event_name == 'release' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: fall-in-${{ env.VERSION }}-* @@ -193,6 +193,6 @@ jobs: # ── Upload to GitHub Release (release trigger only) ─────────────────── - name: Upload to GitHub Release if: github.event_name == 'release' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: fall-in-${{ env.VERSION }}-web.zip