diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0f35bd6d9..96fa21225 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -110,7 +110,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2023.1128.2625 + uses: LizardByte/create-release-action@v2023.1210.832 with: allowUpdates: true body: '' diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index d756f086c..e5c31d5ea 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -373,7 +373,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@v2023.1128.2625 + uses: LizardByte/create-release-action@v2023.1210.832 with: allowUpdates: true artifacts: "*artifacts/*"