diff --git a/.github/workflows/run-tox.yml b/.github/workflows/run-tox.yml index 30f0b8f..9147af5 100644 --- a/.github/workflows/run-tox.yml +++ b/.github/workflows/run-tox.yml @@ -63,7 +63,7 @@ jobs: with: report_paths: 'reports/pytest-*.xml' - name: Upload to codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: false directory: ./reports