From f948f27bb665cbb4a6ffd24a09bb3545ab259cf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:16:02 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.0.2 --- .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 30bff3e9..3d531b26 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.0 + - uses: codecov/codecov-action@v5.0.2 env: PYTHON: ${{matrix.python}} BLEEDING_EDGE: ${{matrix.bleeding_edge}}