diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d8389467..eb04be02 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -92,14 +92,14 @@ jobs: done shell: bash - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: codecov.json fail_ci_if_error: false continue-on-error: true - name: Upload test results to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: report_type: test_results token: ${{ secrets.CODECOV_TOKEN }}