From 0f0c69d53571a941f83c04d5bfbac3aa2a575ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 19:09:07 +0000 Subject: [PATCH] Build(deps): Bump actions/upload-artifact from 4 to 7 --- 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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44d9da1..4bcaa77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: run: dotnet pack src/PostQuantum.SecureChannel.Testing/PostQuantum.SecureChannel.Testing.csproj --configuration Release -o ./artifacts - name: Upload package artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: nupkg path: ./artifacts/*.nupkg @@ -120,7 +120,7 @@ jobs: run: dotnet test --configuration Release --framework net8.0 --collect:"XPlat Code Coverage" --results-directory ./coverage - name: Upload coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage path: ./coverage/**/coverage.cobertura.xml