diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23aa191..79f2052 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@v5.0.2 if: matrix.os == 'ubuntu-latest' with: token: ${{ secrets.CODECOV_TOKEN }}