diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 287f155..5c17215 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: - name: Upload coverage reports to Codecov if: matrix.node-version == '22' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}