From 5cd4b719a5adaf18ca5e4660fdfd38f0dbf8f058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 14:05:51 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/PullRequestorMergeToMain.yml | 2 +- .github/workflows/Release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PullRequestorMergeToMain.yml b/.github/workflows/PullRequestorMergeToMain.yml index ddaee42..b2d4074 100644 --- a/.github/workflows/PullRequestorMergeToMain.yml +++ b/.github/workflows/PullRequestorMergeToMain.yml @@ -71,7 +71,7 @@ jobs: - run: dotnet pack --configuration Release --no-build --output ./artifacts -p:DebugType=Embedded -p:VersionPrefix=$VERSION_PREFIX --version-suffix $VERSION_SUFFIX - name: Publish artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: NuGetPackage.${{ env.VERSION_PREFIX }}-${{ env.VERSION_SUFFIX }} path: ./artifacts/ diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 8206b54..85d3d1b 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -53,7 +53,7 @@ jobs: ls -al ./artifacts/${{ matrix.runtime }}/ - name: Publish artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: SimpleRemoteGitBackup.${{ env.RELEASE_VERSION }}.${{ matrix.runtime }} path: ./artifacts/${{ matrix.runtime }}/