diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d5e63734..3b1fa68c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -131,7 +131,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.611.132610 + uses: LizardByte/create-release-action@v2024.614.221009 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 91ebb7dd..0874fd88 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -362,7 +362,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }} - uses: LizardByte/create-release-action@v2024.611.132610 + uses: LizardByte/create-release-action@v2024.614.221009 with: allowUpdates: true artifacts: "*artifacts/*"