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