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