From 0b2ca16f598dd1a2948ffa8539fa8170ca9ba7fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 06:44:39 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.1.1 --- .github/workflows/pythonapp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yaml b/.github/workflows/pythonapp.yaml index d2599c73..a414d1e2 100644 --- a/.github/workflows/pythonapp.yaml +++ b/.github/workflows/pythonapp.yaml @@ -39,7 +39,7 @@ jobs: junit_files: results.xml comment_mode: off check_name: "Test Results - ${{ join(matrix.*, ', ') }}" - - uses: codecov/codecov-action@v5.0.7 + - uses: codecov/codecov-action@v5.1.1 env: PYTHON: ${{matrix.python}} BLEEDING_EDGE: ${{matrix.bleeding_edge}}