From 4ed01dcde018d15c461fce079131a93ba6b1aa0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 09:12:10 +0000 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.9.0 to 2.11.2 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.9.0 to 2.11.2. - [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/2.9.0...2.11.2) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/testpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testpack.yml b/.github/workflows/testpack.yml index d12b937..5b52b6a 100644 --- a/.github/workflows/testpack.yml +++ b/.github/workflows/testpack.yml @@ -23,7 +23,7 @@ jobs: if: contains(github.ref,'refs/tags/') run: nuget push HIC.*.nupkg -skipDuplicate -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_KEY }} - name: Upload release binaries - uses: svenstaro/upload-release-action@2.9.0 + uses: svenstaro/upload-release-action@2.11.2 if: contains(github.ref, 'refs/tags/v') with: repo_token: ${{ secrets.GITHUB_TOKEN }}