From 35d8d57108e388ada7d98c20f6507c214b40742a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 15:53:04 +0000 Subject: [PATCH] Bump AButler/upload-release-assets from 3.0 to 4.0 Bumps [AButler/upload-release-assets](https://github.com/abutler/upload-release-assets) from 3.0 to 4.0. - [Release notes](https://github.com/abutler/upload-release-assets/releases) - [Commits](https://github.com/abutler/upload-release-assets/compare/v3.0...v4.0) --- updated-dependencies: - dependency-name: AButler/upload-release-assets dependency-version: '4.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_nuget.yml b/.github/workflows/publish_nuget.yml index ec53ba5..7bf9100 100644 --- a/.github/workflows/publish_nuget.yml +++ b/.github/workflows/publish_nuget.yml @@ -45,7 +45,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Upload Release Asset - uses: AButler/upload-release-assets@v3.0 + uses: AButler/upload-release-assets@v4.0 with: repo-token: ${{ github.token }} release-tag: ${{ github.ref_name }}