diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5e86df7..d25665e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,12 +61,12 @@ jobs: run: pnpm test --ci --reporters=default --reporters=github-actions --reporters=jest-junit - name: Upload test results to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: test_results - name: Upload code coverage to codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}