diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c21b8a19..f3e80504 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -37,7 +37,7 @@ jobs: poetry run coverage run --source=mytoyota/ -m pytest poetry run coverage xml - name: "⬆️ Upload Coverage to Codecov" - uses: "codecov/codecov-action@v4" + uses: "codecov/codecov-action@v5" with: token: "${{ secrets.CODECOV_TOKEN }}" env_vars: OS,PYTHON