diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b2f5e1..4ebab87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.upload-coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: coverage/lcov.info # Public repos can upload tokenless; set CODECOV_TOKEN to raise