From bd6445222ea9b7a18a5b49450081b489ca615495 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:34:55 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/Linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 90c5fce..d554be1 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -211,7 +211,7 @@ jobs: - name: Upload coverage reports to Codecov if: matrix.qt_series == 6 && matrix.compiler != 'default' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: build/qt${{ matrix.qt_series }}-Linux/coverage.info verbose: true