From 9ea25a02840ec795a384dff0a36c429d6a45f11c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:58:01 +0100 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 (#288) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 98ca95a..2774938 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,5 +42,5 @@ jobs: SRC_VERSION: ${{ matrix.compiler-version }} - name: Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.1.1 if: ${{ matrix.compiler-version == 8 && matrix.java-version == 8 && matrix.os == 'ubuntu-latest' }}