diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 946cfb7..596c280 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: run: tox -e coverage-report - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v6 with: file: ./coverage.xml name: ${{ github.workflow }}