diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ef82f62..aa46201b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: npm run codecov - name: Upload Coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ./coverage/coverage-final.json token: ${{ secrets.CODECOV_TOKEN }}