diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e358b8c..eeb77566 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: env: CI: true - name: Upload code coverage - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v5.1.2 if: matrix.node-version == '16.x' with: token: ${{ secrets.CODECOV_TOKEN }}