From 9182bc179b935a964fd4d996c0d9465bc27ab24a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:19:43 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.3.0 --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a08f9693b..9c8973d0f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -67,7 +67,7 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Store coverage report - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 if: matrix.os == 'ubuntu-latest' with: name: coverage-${{ matrix.python }} @@ -109,7 +109,7 @@ jobs: .venv/bin/python -m coverage report --fail-under=100 - name: Upload HTML report if check failed. - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: html-report path: htmlcov