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 16
16
github.event.workflow_run.conclusion == 'success' }}
17
17
steps :
18
18
- name : ' Download artifact'
19
- uses : actions/github-script@v5
19
+ uses : actions/github-script@v6
20
20
# For security, we only download artifacts tied to the successful PR recording workflow
21
21
with :
22
22
script : |
42
42
- run : unzip pr.zip
43
43
44
44
- name : ' Label PR based on title'
45
- uses : actions/github-script@v5
45
+ uses : actions/github-script@v6
46
46
with :
47
47
github-token : ${{ secrets.GITHUB_TOKEN }}
48
48
# This safely runs in our base repo, not on fork
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
keep_files : true
110
110
destination_dir : latest/api
111
111
- name : Close issues related to this release
112
- uses : actions/github-script@v5
112
+ uses : actions/github-script@v6
113
113
with :
114
114
script : |
115
115
const post_release = require('.github/workflows/post_release.js')
You can’t perform that action at this time.
0 commit comments