From d460c269e1c92b231937e9b566c2690038ddea4a Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 28 Apr 2026 22:22:39 -0700 Subject: [PATCH] chore(ci): update artifact upload action --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e1adf87..ab96e74 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -26,7 +26,7 @@ jobs: - run: npm test - run: npm run plugin:inspect:runtime - run: npm run pack:check - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: plugin-inspector-reports