mirror of
https://gitee.com/actions-mirror/upload-artifact.git
synced 2026-03-14 21:52:03 +08:00
Use script v8
This commit is contained in:
parent
428074b62c
commit
bdabba390d
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');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user