diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20ecece5..8b290ae5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,6 @@ jobs: env: NODE_OPTIONS: --max_old_space_size=6144 - name: Code Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}