diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19edd13eac..2f285ff2da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -295,7 +295,7 @@ jobs: - name: Codecov timeout-minutes: 20 if: matrix.coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }} token: ${{ secrets.CODECOV_TOKEN }} @@ -716,7 +716,7 @@ jobs: - name: Codecov timeout-minutes: 20 if: matrix.coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: directory: src flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}