diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45788c6..56fef17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: - name: Upload coverage reports if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml flags: unittests