1
0
Fork 0
mirror of synced 2026-06-05 17:28:19 +00:00

Use script v8

This commit is contained in:
Daniel Kennedy 2026-02-25 15:19:28 -05:00
commit bdabba390d

View file

@ -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');