diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2981680..e15903c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -99,7 +99,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2023.1210.832 + uses: LizardByte/create-release-action@v2023.1219.224026 with: allowUpdates: true body: '' diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 63338d1..43fb9fa 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.1210.832 + uses: LizardByte/create-release-action@v2023.1219.224026 with: allowUpdates: true artifacts: "*artifacts/*"