Skip to content

Commit 8014756

Browse files
committed
Update GitHub action versions (v4)
1 parent 19b276a commit 8014756

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/upload-standalone.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
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

0 commit comments

Comments
 (0)