diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 883e378..a410278 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -475,7 +475,7 @@ jobs: # Upload test results to Codecov for Test Analytics - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/master-pipeline.yml b/.github/workflows/master-pipeline.yml index 5bba540..81f334d 100644 --- a/.github/workflows/master-pipeline.yml +++ b/.github/workflows/master-pipeline.yml @@ -463,7 +463,7 @@ jobs: RUSTC_WRAPPER: "" # Disable sccache for coverage to avoid conflicts - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./cobertura.xml use_oidc: true