diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 3fdcb1b..1475b64 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -124,7 +124,7 @@ jobs: path: ${{ github.workspace }}/Linux - name: Create Release id: create_release - uses: ncipollo/release-action@v1.11.2 + uses: ncipollo/release-action@v1.12.0 with: allowUpdates: true artifactErrorsFailBuild: true diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 96ea842..7fe4e08 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -114,7 +114,7 @@ jobs: path: ${{ github.workspace }}/MacOS - name: Create Release id: create_release - uses: ncipollo/release-action@v1.11.2 + uses: ncipollo/release-action@v1.12.0 with: allowUpdates: true artifactErrorsFailBuild: true diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 4c756a7..3ef6f32 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -107,7 +107,7 @@ jobs: path: ${{ github.workspace }}/Windows - name: Create Release id: create_release - uses: ncipollo/release-action@v1.11.2 + uses: ncipollo/release-action@v1.12.0 with: allowUpdates: true artifactErrorsFailBuild: true