From f6ce4bc32f24f10bccd64c623fd048843ddf8c59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 00:54:12 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad170c9..fbf0cf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: COVERAGE_FILE: ".coverage.${{ matrix.python-version }}" - name: Store coverage file - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-${{ matrix.python-version }} path: .coverage.${{ matrix.python-version }} @@ -114,7 +114,7 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: pattern: coverage-* merge-multiple: true @@ -127,7 +127,7 @@ jobs: MINIMUM_GREEN: 95 - name: Store Pull Request comment to be posted - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: python-coverage-comment-action path: python-coverage-comment-action.txt