diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 283fadc..69e7648 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -139,7 +139,7 @@ jobs: run: coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml env_vars: OS,PYTHON