mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2026-03-25 09:18:03 +03:00
Use script v8
This commit is contained in:
parent
428074b62c
commit
bdabba390d
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue