From 8165bc071111cafdd5c1ea31ce53fb46e56f202f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:34:38 +0000 Subject: [PATCH] build(deps): bump svenstaro/upload-release-action from 2.11.3 to 2.11.4 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.11.3 to 2.11.4. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/6b7fa9f267e90b50a19fef07b3596790bb941741...b98a3b12e86552593f3e4e577ca8a62aa2f3f22b) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 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