diff --git a/.github/workflows/precompile-php.yml b/.github/workflows/precompile-php.yml index 54b39814..960012f5 100644 --- a/.github/workflows/precompile-php.yml +++ b/.github/workflows/precompile-php.yml @@ -1139,7 +1139,7 @@ jobs: echo " - Manifest file size: $(stat -c%s manifest.json 2>/dev/null || stat -f%z manifest.json) bytes" - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2.3.2 with: tag_name: binaries-${{ github.run_number }} name: PHP Binaries - Build ${{ github.run_number }}