diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5e6940..a451b53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Upload coverage if: steps.check_component.outputs.exists == 'true' && always() - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./${{ matrix.component }}/coverage.out flags: ${{ matrix.component }}