diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 16be9f7a..9bce0010 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,7 @@ jobs: shell: bash - name: Report coverage if: ${{ matrix.do-coverage && !failure() }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: .coverage fail_ci_if_error: false