diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0571d207..2ee3fa65 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,7 +56,7 @@ jobs: - name: test run: poetry run tox -e test - name: upload cov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.xml verbose: true