diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c6a83592..363d01a5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -52,7 +52,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