diff --git a/.github/workflows/main-pm-matrix.yml b/.github/workflows/main-pm-matrix.yml index f29f0335..60fa58c9 100644 --- a/.github/workflows/main-pm-matrix.yml +++ b/.github/workflows/main-pm-matrix.yml @@ -244,7 +244,7 @@ jobs: echo DATE=$(date -u +'%d %b %Y') >> $GITHUB_OUTPUT - name: Update recommended PM release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 if: ${{ inputs.special-release != 'none' }} with: artifacts: | @@ -261,7 +261,7 @@ jobs: prerelease: ${{ inputs.pm-preview == 'true' }} - name: Update php-version PM release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: artifacts: | ${{ github.workspace }}/*PHP-*-PM*/*.tar.gz diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2825cf3a..b629d18a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: echo -e "\n\n\n" >> changelog.md - name: Create release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: artifacts: | ${{ github.workspace }}/*PHP-*-PM*/*.tar.gz