File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
- run : npm run build-only
20
20
- run : node scripts/insert_snapshot_warning
21
21
- run : echo ${{ github.event.number }} > out/pr.txt
22
- - uses : actions/upload-artifact@v3
22
+ - uses : actions/upload-artifact@v4
23
23
with :
24
24
name : out
25
25
path : out/
Original file line number Diff line number Diff line change 27
27
node-version : lts/*
28
28
use-npm-ci : true
29
29
- name : ' Download artifact'
30
- uses : actions/github-script@v3.1.0
30
+ uses : actions/github-script@v7
31
31
with :
32
32
script : |
33
33
const { owner, repo } = context.repo;
47
47
fs.writeFileSync('${{ github.workspace }}/out.zip', Buffer.from(download.data));
48
48
- run : unzip -o out.zip -d out
49
49
- name : ' debug info'
50
- uses : actions/github-script@v3.1.0
50
+ uses : actions/github-script@v7
51
51
with :
52
52
script : |
53
53
console.log(${{ toJson(github.event) }});
You can’t perform that action at this time.
0 commit comments