diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a099e7e..eecd2830 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - run: npm ci - run: npx c8 npm run test - run: npx c8 report --reporter=text-lcov > coverage.lcov - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} TestBun: @@ -55,7 +55,7 @@ jobs: bun-version: latest - run: bun install - run: bun test src --coverage --coverage-reporter=lcov - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} TestDeno: