diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fcbd94b..9e94379 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -117,7 +117,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 d756f08..e5c31d5 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/*"