File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 run : npm run build
3232
3333 - name : Determine released version
34- uses : actions/github-script@v7
34+ uses : actions/github-script@v8
3535 with :
3636 script : |
3737 const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
Original file line number Diff line number Diff line change 3131 run : npm ci
3232
3333 - name : Download build artifact
34- uses : actions/github-script@v7
34+ uses : actions/github-script@v8
3535 with :
3636 script : |
3737 const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
Original file line number Diff line number Diff line change 3131 run : npm ci
3232
3333 - name : Download build artifact
34- uses : actions/github-script@v7
34+ uses : actions/github-script@v8
3535 with :
3636 script : |
3737 const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
Original file line number Diff line number Diff line change 3636
3737 - name : Nothing to release
3838 if : ${{ env.NEXT_RELEASE_VERSION == '' }}
39- uses : actions/github-script@v7
39+ uses : actions/github-script@v8
4040 with :
4141 script : |
4242 core.setFailed('Nothing to release')
6464
6565 - name : Release failed
6666 if : steps.semantic.outputs.new_release_published == 'false'
67- uses : actions/github-script@v7
67+ uses : actions/github-script@v8
6868 with :
6969 script : |
7070 core.setFailed('Release failed')
You can’t perform that action at this time.
0 commit comments