diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 9275d4d5..a5e7605b 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -42,7 +42,7 @@ jobs: run: make test - name: Upload Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: PYTHON: ${{ matrix.python-version }} with: