From ed629463c0f55f3e8726c96fa9bb63aadfca4e48 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Mon, 12 Jan 2026 15:44:23 +0000 Subject: [PATCH] Set `using: node20` for `verify-debug-artifact-scan-completed` on `releases/v3` --- .github/actions/verify-debug-artifact-scan-completed/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/verify-debug-artifact-scan-completed/action.yml b/.github/actions/verify-debug-artifact-scan-completed/action.yml index 90fecdd52..f2331daaa 100644 --- a/.github/actions/verify-debug-artifact-scan-completed/action.yml +++ b/.github/actions/verify-debug-artifact-scan-completed/action.yml @@ -1,6 +1,6 @@ name: Verify that the best-effort debug artifact scan completed description: Verifies that the best-effort debug artifact scan completed successfully during tests runs: - using: node24 + using: node20 main: index.js post: post.js