diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index aa156e33ab..2cc740cc6c 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -106,7 +106,7 @@ jobs: run: make unit-test - name: Report code coverage - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 + uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1 with: flags: ${{ matrix.config.name }} token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/component-test.yml b/.github/workflows/component-test.yml index f285d73361..c929e017db 100644 --- a/.github/workflows/component-test.yml +++ b/.github/workflows/component-test.yml @@ -34,7 +34,7 @@ jobs: run: make component-test - name: Report code coverage - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 + uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1 with: flags: component-tests token: ${{ secrets.CODECOV_TOKEN }}