diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 014e7e29..bd3233bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: fail-on-error: false - name: Upload Report to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: codecov-umbrella flags: ${{ matrix.project }} diff --git a/.github/workflows/set-coverage.yml b/.github/workflows/set-coverage.yml index 015569f7..7ea0ed7a 100644 --- a/.github/workflows/set-coverage.yml +++ b/.github/workflows/set-coverage.yml @@ -61,7 +61,7 @@ jobs: fail-on-error: false - name: Upload Report to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: name: codecov-umbrella flags: ${{ matrix.project }}