diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 85c6eea73..c3dce5a9d 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.3.1 + uses: actions/upload-artifact@v4.3.2 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.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: html-report path: htmlcov