From cf84a81ff9e3086e03f84c5ba74bb9e4cead1ad2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:11:31 +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 1f5941bc..d6b440e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: run: mv .coverage ".coverage.${{ strategy.job-index }}" - name: Upload coverage artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-${{ strategy.job-index }} path: .coverage.${{ strategy.job-index }} @@ -137,7 +137,7 @@ jobs: uv pip install coverage[toml] - name: Download coverage reports - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: coverage-* merge-multiple: true