diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86ba005..29a5a83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Upload coverage to Codecov if: github.actor != 'dependabot[bot]' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage/lcov.info