diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 987cca4..dc09a0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: npm test -- --run --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.node-version == '20.x' with: token: ${{ secrets.CODECOV_TOKEN }}