diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a551074..b933c202 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Test run: npm run test - name: Codecov upload - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }}