File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111
12- - uses : actions/setup-node@v4
12+ - uses : actions/setup-node@v6
1313 with :
1414 node-version : 20
1515 cache : npm
2121 run : npm run build
2222
2323 - name : Upload Artifact
24- uses : actions/upload-artifact@v4
24+ uses : actions/upload-artifact@v7
2525 with :
2626 name : dist
2727 path : ./dist
3636 deployment-url : ${{ steps.deploy-step.outputs.deployment-url }}
3737 steps :
3838 - name : Download Artifact
39- uses : actions/download-artifact@v4
39+ uses : actions/download-artifact@v8
4040 with :
4141 name : dist
4242 path : ./dist
Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111
12- - uses : actions/setup-node@v4
12+ - uses : actions/setup-node@v6
1313 with :
1414 node-version : 20
1515 cache : npm
2121 run : npm run build
2222
2323 - name : Upload Artifact
24- uses : actions/upload-artifact@v4
24+ uses : actions/upload-artifact@v7
2525 with :
2626 name : dist
2727 path : ./dist
3636 deployment-url : ${{ steps.deploy-step.outputs.deployment-url }}
3737 steps :
3838 - name : Download Artifact
39- uses : actions/download-artifact@v4
39+ uses : actions/download-artifact@v8
4040 with :
4141 name : dist
4242 path : ./dist
Original file line number Diff line number Diff line change 1212 name : Validate PR title
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : amannn/action-semantic-pull-request@v4
15+ - uses : amannn/action-semantic-pull-request@v6
1616 env :
1717 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1818 with :
You can’t perform that action at this time.
0 commit comments