diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2065b118..2f26ab2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,7 +221,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ github.event_name != 'pull_request' || github.event.pull_request.user.login != 'dependabot[bot]' }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: coverage/lcov.info flags: unittests