diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1c93d06c..90b6c5aa 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -66,7 +66,7 @@ jobs: coverage report - name: Upload coverage - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.1 if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact