From e6195855137762e2d2029160d095a143f4b1ac82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 19:03:32 +0000 Subject: [PATCH] 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/buildmgr.yml | 4 ++-- .github/workflows/packchk.yml | 4 ++-- .github/workflows/packgen.yml | 2 +- .github/workflows/projmgr.yml | 6 +++--- .github/workflows/svdconv.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index f6fb60f03..036bd80f0 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -321,7 +321,7 @@ jobs: - name: Attach installer to release if: ${{ github.event_name == 'release' }} - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/buildmgr/cbuildgen/installer/cbuild_install.sh @@ -331,7 +331,7 @@ jobs: - name: Attach debian installer to release if: ${{ github.event_name == 'release' }} - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/buildmgr/cbuildgen/installer/cmsis-build*.deb diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index 7babb06fe..bc5c329bf 100644 --- a/.github/workflows/packchk.yml +++ b/.github/workflows/packchk.yml @@ -138,7 +138,7 @@ jobs: - name: Attach zipped binary to the release if: ${{ github.event_name == 'release' }} - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} @@ -356,7 +356,7 @@ jobs: working-directory: tools/packchk/distribution - name: Attach zip archive to release assets - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/packchk/distribution/code-coverage.zip diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index e7bdeaa3d..294537491 100644 --- a/.github/workflows/packgen.yml +++ b/.github/workflows/packgen.yml @@ -172,7 +172,7 @@ jobs: working-directory: tools/packgen/distribution - name: Attach zip archive to release assets - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/packgen/distribution/packgen.zip diff --git a/.github/workflows/projmgr.yml b/.github/workflows/projmgr.yml index 0b74d4a69..c4a8e8d08 100644 --- a/.github/workflows/projmgr.yml +++ b/.github/workflows/projmgr.yml @@ -303,7 +303,7 @@ jobs: working-directory: tools/projmgr/distribution - name: Attach zip archive to release assets - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/projmgr/distribution/projmgr.zip @@ -335,7 +335,7 @@ jobs: working-directory: tools/testreport - name: Attach test report archive to release assets - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/testreport/testreport.zip @@ -354,7 +354,7 @@ jobs: working-directory: tools/coverage - name: Attach coverage archive to release assets - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/coverage/coverage.zip diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index c43b2e257..b80bbe2dd 100644 --- a/.github/workflows/svdconv.yml +++ b/.github/workflows/svdconv.yml @@ -128,7 +128,7 @@ jobs: - name: Attach svdconv binary to release if: ${{ github.event_name == 'release' }} - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} @@ -354,7 +354,7 @@ jobs: working-directory: tools/svdconv/distribution - name: Attach zip archive to release assets - uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 + uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/svdconv/distribution/svdconv.zip