diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f3f00c..800d631 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,6 +49,6 @@ jobs: poetry run pip check - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ./coverage.xml