File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
name : Build / Linux
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v2
8
+ - uses : actions/checkout@v4
9
9
10
10
- uses : actions/setup-node@v3
11
11
with :
Original file line number Diff line number Diff line change 17
17
github.event.workflow_run.conclusion == 'success' ||
18
18
github.event.workflow_run.conclusion == null
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : Log in to GitHub Container Registry
23
23
uses : docker/login-action@v2
Original file line number Diff line number Diff line change 15
15
target :
16
16
- any
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
20
20
- uses : actions/setup-node@v3
21
21
with :
44
44
- run : npm run build
45
45
- run : npm run build-prod
46
46
47
- - uses : actions/upload-artifact@v2
47
+ - uses : actions/upload-artifact@v4
48
48
with :
49
49
name : ${{ env.PACKAGE_NAME }}-${{ matrix.target }}
50
50
path : dist/kamu-platform
You can’t perform that action at this time.
0 commit comments