File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 create-generateRepo :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Use Node.js
14- uses : actions/setup-node@v3
14+ uses : actions/setup-node@v4
1515 with :
1616 node-version : ' 16'
1717 - name : Run npm steps
@@ -20,24 +20,24 @@ jobs:
2020 npm run createGenerateRepo
2121 npm run cutUnitTests
2222 - name : Upload build artifact
23- uses : actions/upload-artifact@v3
23+ uses : actions/upload-artifact@v4
2424 with :
2525 name : saff_generate_repo.prog.abap
2626 path : saff_generate_repo.prog.abap
2727 create-generatorInclude :
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - name : Use Node.js
32- uses : actions/setup-node@v3
32+ uses : actions/setup-node@v4
3333 with :
3434 node-version : ' 16'
3535 - name : Run npm steps
3636 run : |
3737 npm install
3838 npm run createGeneratorInclude
3939 - name : Upload build artifact
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : saff_generator.prog.abap
4343 path : saff_generator.prog.abap
You can’t perform that action at this time.
0 commit comments