diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ee8438a9e5196..3cc64503ed9ce4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -253,7 +253,7 @@ jobs: - name: Codecov if: matrix.coverage - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.3 with: flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }} @@ -609,7 +609,7 @@ jobs: - name: Codecov if: matrix.coverage - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.3 with: directory: src flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}