diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29bc8e6..030878a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,7 +70,7 @@ jobs: mamba install typeguard pytest --typeguard-packages=${REPO_NAME} - name: Run codecov and upload the report - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3 with: file: ./coverage.xml flags: unittests