From decdcac624e872ffdedcfc6039234e7cdb7ce861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:06:06 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/MergeToMain.yml | 4 ++-- .github/workflows/PullRequest.yml | 4 ++-- .github/workflows/Release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/MergeToMain.yml b/.github/workflows/MergeToMain.yml index 7c375e4..438967f 100644 --- a/.github/workflows/MergeToMain.yml +++ b/.github/workflows/MergeToMain.yml @@ -61,7 +61,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@v6 + uses: actions/upload-artifact@v7 with: name: NuGetPackage.${{ env.VERSION_PREFIX }}-${{ env.VERSION_SUFFIX }} path: ./artifacts/ @@ -90,7 +90,7 @@ jobs: run: dotnet build --configuration Debug --no-restore - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-debug path: | diff --git a/.github/workflows/PullRequest.yml b/.github/workflows/PullRequest.yml index b087608..3e8a91d 100644 --- a/.github/workflows/PullRequest.yml +++ b/.github/workflows/PullRequest.yml @@ -40,7 +40,7 @@ jobs: - run: dotnet build --configuration Debug --no-restore /p:ContinuousIntegrationBuild=true - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-debug path: | @@ -120,7 +120,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@v6 + uses: actions/upload-artifact@v7 with: name: NuGetPackage.${{ env.VERSION_PREFIX }}-${{ env.VERSION_SUFFIX }} path: ./artifacts/ diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index b0b0cdc..ab6c47f 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -45,7 +45,7 @@ jobs: - run: dotnet pack --configuration Release --no-build --output ./artifacts -p:DebugType=Embedded -p:version=${{ env.RELEASE_VERSION }} - name: Publish artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: NuGetPackage.${{ env.RELEASE_VERSION }} path: ./artifacts/