From cd5a25bda9018bdfad21f3e57a3c81a5899c0f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 10:56:55 +0200 Subject: [PATCH] build(deps): bump svenstaro/upload-release-action from 1.pre.release to 2.7.0 (#498) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c2e252c..a2bc6750 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@v1-release + uses: svenstaro/upload-release-action@2.7.0 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@v2 + uses: svenstaro/upload-release-action@2.7.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: build/out/phpdraft-library-${{ github.event.release.tag_name }}.phar