mirror of
https://github.com/actions/upload-artifact.git
synced 2026-02-26 05:32:32 +00:00
Use script v8
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -404,7 +404,7 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Delete test artifacts
|
- name: Delete test artifacts
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const artifactClient = require('@actions/artifact');
|
const artifactClient = require('@actions/artifact');
|
||||||
|
|||||||
Reference in New Issue
Block a user