File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Setup Node.js
2020 uses : actions/setup-node@v6
3636 run : npm pack
3737
3838 - name : Upload package artifact
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v5
4040 with :
4141 name : package
4242 path : cldn-components-0.0.0-dev.tgz
5151 pages : write
5252 steps :
5353 - name : Checkout repository
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5555
5656 - name : Setup Node.js
5757 uses : actions/setup-node@v6
6767 run : npm ci
6868
6969 - name : Download build artifact
70- uses : actions/download-artifact@v5
70+ uses : actions/download-artifact@v6
7171 with :
7272 name : package
7373 path : ./package
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v6
3030
3131 - name : Initialise CodeQL
3232 uses : github/codeql-action/init@v3
You can’t perform that action at this time.
0 commit comments