diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84ddacf..f368db5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/v') id: create_release @@ -33,7 +33,7 @@ jobs: buildPreset: ninja-multi-vcpkg buildPresetAdditionalArgs: "['--config Release']" - name: Upload release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/v') with: tag_name: ${{ needs.create_release.outputs.tag-name }} @@ -81,7 +81,7 @@ jobs: export LDFLAGS="${CFLAGS}" runbuild_clsv - name: Upload release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/v') with: tag_name: ${{ needs.create_release.outputs.tag-name }} @@ -121,7 +121,7 @@ jobs: export LDFLAGS="${CFLAGS}" runbuild_clsv - name: Upload release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/v') with: tag_name: ${{ needs.create_release.outputs.tag-name }}