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}}