From 650ffb87afa59fd767f5f7da9bff60db4e835ba2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 00:03:48 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 11dadd772..c89043181 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -60,7 +60,7 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Store coverage report - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 if: matrix.os == 'ubuntu-latest' with: name: coverage-${{ matrix.python }} @@ -114,7 +114,7 @@ jobs: with: python-version: "3.12" - name: Download coverage reports - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: merge-multiple: true @@ -139,7 +139,7 @@ jobs: .venv/bin/python -m coverage report --fail-under=100 - name: Upload HTML report if check failed. - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 with: name: html-report path: htmlcov