diff --git a/.github/workflows/v7-readiness.yml b/.github/workflows/v7-readiness.yml index 425df85..16622f3 100644 --- a/.github/workflows/v7-readiness.yml +++ b/.github/workflows/v7-readiness.yml @@ -75,7 +75,7 @@ jobs: run: python scripts/generate_openapi_types.py --check - name: Upload generated OpenAPI type artifact on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: taskpane-api-types path: plugin/src/taskpane/api-types.ts