diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 40091074f..9ad0e8866 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@v6 + uses: codecov/codecov-action@v7 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@v6 + uses: codecov/codecov-action@v7 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@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: test_results @@ -808,7 +808,7 @@ jobs: # RUSTUP_TOOLCHAIN: ${{ steps.vars.outputs.TOOLCHAIN }} - name: Upload coverage results (to Codecov.io) - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ${{ steps.run_test_cov.outputs.report }} @@ -818,7 +818,7 @@ jobs: fail_ci_if_error: false - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: test_results diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index cc7b771aa..28fcd2c70 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@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} report_type: test_results