diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index b3abdca..1027573 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -106,7 +106,7 @@ jobs: # Dispatch dry-runs: prove the build without publishing anything. - name: Upload bundle artifact (dry-run) if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ env.APP_ID }}-${{ env.TAG }} path: ${{ env.APP_ID }}-${{ env.TAG }}.flatpak