diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8239500b..3c4f8a44 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -77,7 +77,7 @@ jobs: --cov-report xml \ --durations=10 --durations-min=1.0 - name: 🚦 Run Codecov - uses: codecov/codecov-action@v2.0.2 + uses: codecov/codecov-action@v3.1.4 with: file: ./coverage.xml env_vars: OS,PYTHON