diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 055ecd17f..3bcadaab8 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.3 + uses: actions/upload-artifact@v4.5.0 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.3 + uses: actions/upload-artifact@v4.5.0 with: name: html-report path: htmlcov