File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 github.event.workflow_run.conclusion == 'success' }}
1717 steps :
1818 - name : ' Download artifact'
19- uses : actions/github-script@v5
19+ uses : actions/github-script@v6
2020 # For security, we only download artifacts tied to the successful PR recording workflow
2121 with :
2222 script : |
4242 - run : unzip pr.zip
4343
4444 - name : ' Label PR based on title'
45- uses : actions/github-script@v5
45+ uses : actions/github-script@v6
4646 with :
4747 github-token : ${{ secrets.GITHUB_TOKEN }}
4848 # 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:
109109 keep_files : true
110110 destination_dir : latest/api
111111 - name : Close issues related to this release
112- uses : actions/github-script@v5
112+ uses : actions/github-script@v6
113113 with :
114114 script : |
115115 const post_release = require('.github/workflows/post_release.js')
You can’t perform that action at this time.
0 commit comments