From b292ec2637ea35008da0a0d0b17bd3549db3a2dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 01:52:16 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 2c5236717..ab2404aed 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -156,7 +156,7 @@ jobs: . venv-${{ steps.python.outputs.python-version }}/bin/activate pytest --log-level info tests/*.py --cov='.' - name: Upload coverage artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coverage-${{ matrix.python-version }} path: .coverage @@ -230,7 +230,7 @@ jobs: venv-dir: ${{ env.VENV }} precommit-home: ${{ env.PRE_COMMIT_HOME }} - name: Download all coverage artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: coverage-* merge-multiple: true