From bdabba390d8031c64e093719fae5faff2432f5ae Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Wed, 25 Feb 2026 15:19:28 -0500 Subject: [PATCH] Use script v8 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94316ef..b0fa590 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -404,7 +404,7 @@ jobs: run: npm ci - name: Delete test artifacts - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const artifactClient = require('@actions/artifact');