mirror of
https://github.com/actions/upload-artifact.git
synced 2026-02-26 13:42:35 +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
|
||||
|
||||
- name: Delete test artifacts
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const artifactClient = require('@actions/artifact');
|
||||
|
||||
Reference in New Issue
Block a user