diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06e0cea..d3c9420 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: run: sha256sum build/out/* - name: Upload binary to release - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # 2.11.3 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # 2.11.4 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: build/out/phpdraft-${{ github.event.release.tag_name }}.phar @@ -53,7 +53,7 @@ jobs: overwrite: false - name: Upload library to release - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # 2.11.3 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # 2.11.4 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: build/out/phpdraft-library-${{ github.event.release.tag_name }}.phar