diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 02820579..3e357f2c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: node-version-file: package.json - run: npm ci - run: npm run ci - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} ci-bun: