diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5787e0..602192e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,14 +91,14 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: env_vars: PYTHON use_oidc: true report_type: test_results - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: env_vars: PYTHON use_oidc: true