diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7d00e8a3..1db7c86c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -94,7 +94,7 @@ jobs: path: tests/figures/* - name: Upload coverage if: matrix.env.name == 'hatch-test.py3.14-stable' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true use_oidc: true