diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 323e04e..ba15a09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - name: Upload to Codecov if: ${{ env.CODECOV_TOKEN != '' }} - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v7.0.0 with: files: reports/coverage.out fail_ci_if_error: true