diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c752ee44..51ff142d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -55,7 +55,7 @@ jobs: coverage report - name: Upload coverage - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact