From 1235c30bd3d1712e0208b35cef3876c500b8d214 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:28:13 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.3 --- .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 9a3f2eaee..4f002a5d0 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -64,7 +64,7 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Store coverage report - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.3 if: matrix.os == 'ubuntu-latest' with: name: coverage-${{ matrix.python }} @@ -107,7 +107,7 @@ jobs: .venv/bin/python -m coverage report --fail-under=100 - name: Upload HTML report if check failed. - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.3 with: name: html-report path: htmlcov