From 7673a2de65cde0ca07e36061ddba8f452e80de17 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 17 Dec 2025 11:51:34 +0000 Subject: [PATCH] Run testing Action using Node 24 --- .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 f2331daaa..90fecdd52 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: node20 + using: node24 main: index.js post: post.js