diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 014e7e29..e784f660 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@v7 with: name: codecov-umbrella flags: ${{ matrix.project }} diff --git a/.github/workflows/set-coverage.yml b/.github/workflows/set-coverage.yml index 015569f7..912841ce 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@v7 with: name: codecov-umbrella flags: ${{ matrix.project }}