From c95cfd296454b0556e317238e9025ad6e98541f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:02:12 +0000 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.9.0 to 2.10.0 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.9.0 to 2.10.0. - [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.10.0) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index cb48e733..e4c4ead3 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -123,7 +123,7 @@ jobs: path: release/IsIdentifiablePlugin.*.nupkg retention-days: 1 - name: Upload binaries to release - uses: svenstaro/upload-release-action@2.9.0 + uses: svenstaro/upload-release-action@2.10.0 if: contains(github.ref, 'refs/tags/v') with: repo_token: ${{ secrets.GITHUB_TOKEN }}