diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61eb6fa..5beb087 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: retention-days: 30 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: matrix.node-version == '24.x' with: token: ${{ secrets.CODECOV_TOKEN }}