diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d324dc..63dde74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/actions/actions/release_setup@v2025.715.25226 + uses: LizardByte/actions/actions/release_setup@v2025.814.40518 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -233,7 +233,7 @@ jobs: - name: Create/Update GitHub Release # only publish release on ubuntu-latest, is there any difference between the different builds? if: needs.setup_release.outputs.publish_release == 'true' && matrix.os == 'ubuntu-latest' - uses: LizardByte/actions/actions/release_create@v2025.715.25226 + uses: LizardByte/actions/actions/release_create@v2025.814.40518 with: allowUpdates: false body: ${{ needs.setup_release.outputs.release_body }}