diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index fb3ca65f45c..750fb9bcccc 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -237,7 +237,7 @@ jobs: RUST_BACKTRACE: "1" - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: test_results @@ -301,7 +301,7 @@ jobs: RUST_BACKTRACE: "1" - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: test_results @@ -344,7 +344,7 @@ jobs: RUST_BACKTRACE: "1" - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: test_results @@ -809,7 +809,7 @@ jobs: # RUSTUP_TOOLCHAIN: ${{ steps.vars.outputs.TOOLCHAIN }} - name: Upload coverage results (to Codecov.io) - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ${{ steps.run_test_cov.outputs.report }} @@ -819,7 +819,7 @@ jobs: fail_ci_if_error: false - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: test_results diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index fb1ed4bd9c6..5ac2d13f347 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -85,7 +85,7 @@ jobs: RUST_BACKTRACE: "1" - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: test_results