diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c531012..748a76d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -104,7 +104,7 @@ jobs: path: ./ - run: ls -R - name: Upload coverage report - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v4.1.0 with: files: .coverage.xml verbose: true