diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dac16e1..c2265ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: CI: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: github.event_name == 'push' with: files: ./packages/toolkit/coverage/coverage-final.json