diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6760c399a2..cb09e69356 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -72,7 +72,7 @@ jobs: pytest -n auto --cov=./ --cov-report=xml --cov-report=term - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml