diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6d3fac7..2b78ef5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: run: | poetry run pytest --cov=. --cov-report=xml --flake8 --strict-markers --mypy pypuppetdb tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: false - name: Build