From 3d1062a41bd5efd6a9d6b7abd647589ada276f15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 19:03:03 +0000 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.11.4 to 2.11.5 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.11.4 to 2.11.5. - [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/b98a3b12e86552593f3e4e577ca8a62aa2f3f22b...29e53e917877a24fad85510ded594ab3c9ca12de) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.5 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 5689b3612..e02dc4254 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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 ec0b9b9c5..8f6cdac90 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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 f8ceb8433..8be9f8de1 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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 add5c8dab..9b05f3871 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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 7c12c2bf3..ccd585d51 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 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@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # v2 + uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: tools/svdconv/distribution/svdconv.zip