diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 48ffafc..ee3e8e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -121,7 +121,7 @@ jobs: name: coverage-data - name: Upload coverage report - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.2 with: files: .coverage.xml verbose: true