From 2acc1a2b79004c45b22acbf4f446276943e6fc3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 18:54:34 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.3.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 8ab704f2..e453a2db 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.1.2 + - uses: codecov/codecov-action@v5.3.1 env: PYTHON: ${{matrix.python}} BLEEDING_EDGE: ${{matrix.bleeding_edge}}