diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e710a50..bdde54c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -240,7 +240,7 @@ jobs: - name: Upload coverage if: always() - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage-${{ matrix.module }}.xml