diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1c93d06c..49bbb882 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@v3.1.6 if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact