diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ed0aff5c..dd4f2aef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: pytest --cov=. --cov-report=xml --strict-markers --mypy -v puppetboard test pylint --errors-only puppetboard test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true