diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec32e6cc630..d9840849020 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -180,7 +180,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.609.5014 + uses: LizardByte/create-release-action@v2024.611.132610 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} @@ -471,7 +471,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.609.5014 + uses: LizardByte/create-release-action@v2024.611.132610 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} @@ -582,7 +582,7 @@ jobs: if: >- matrix.release && needs.setup_release.outputs.publish_release == 'true' - uses: LizardByte/create-release-action@v2024.609.5014 + uses: LizardByte/create-release-action@v2024.611.132610 with: allowUpdates: true artifacts: '${{ github.workspace }}/homebrew/*' @@ -835,7 +835,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.609.5014 + uses: LizardByte/create-release-action@v2024.611.132610 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} @@ -1104,7 +1104,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.609.5014 + uses: LizardByte/create-release-action@v2024.611.132610 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 c7b5980c4eb..91ebb7dde78 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.609.5014 + uses: LizardByte/create-release-action@v2024.611.132610 with: allowUpdates: true artifacts: "*artifacts/*"