diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec26d728..e9cfff51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -346,7 +346,7 @@ jobs: - name: Upload coverage to Codecov if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.info