diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23aa191..5b8b967 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: npm run test:ci - name: Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v4.0.1 if: matrix.os == 'ubuntu-latest' with: token: ${{ secrets.CODECOV_TOKEN }}