From 4d13d695c5d3ffdd6252c1172f3e584b6cce86f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 23:33:20 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.3.4 --- .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 1b82fd7df..31a3ab098 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.3.3 + uses: actions/upload-artifact@v4.3.4 if: matrix.os == 'ubuntu-latest' with: name: coverage-${{ matrix.python }} @@ -106,7 +106,7 @@ jobs: .venv/bin/python -m coverage report --fail-under=100 - name: Upload HTML report if check failed. - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 with: name: html-report path: htmlcov