From eb3079cc62fe901138f45ac2cd6e012191e24fa8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 13 Dec 2025 01:23:27 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .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 95eaf1cf..9ead288e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: dotnet test src --configuration Release --no-build - name: Upload packages if: matrix.name == 'Linux' - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: nuget-packages path: nugets/ @@ -57,7 +57,7 @@ jobs: with: dotnet-version: 8.0.x - name: Download artifacts - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: nuget-packages path: nugets/