From 8748c25208335fe8786666f9fcabdbca83421830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:22:05 +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/benchmarks.yml | 2 +- .github/workflows/dotnet-build.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index d9b875eb..3139e66e 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -63,7 +63,7 @@ jobs: - name: Publish Benchmarks if: runner.os == 'Windows' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Benchmarks path: | diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 29f2f90d..f3827135 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -179,7 +179,7 @@ jobs: shell: pwsh - name: Upload Package List - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ runner.os == 'Windows' }} with: name: nuget-list @@ -189,7 +189,7 @@ jobs: - name: Publish Packages if: ${{ runner.os == 'Windows' }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: packages path: ${{ github.workspace }}/nuget/ @@ -241,7 +241,7 @@ jobs: --verbosity Information - name: Publish Packages - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: signed-packages if-no-files-found: error