Commit aafe8f3 1 parent 7cc1e27 commit aafe8f3 Copy full SHA for aafe8f3
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
- run : npm run build
24
24
- run : npm run test:cov
25
25
- if : matrix.node == '20'
26
- uses : actions/upload-artifact@v3
26
+ uses : actions/upload-artifact@v4
27
27
with :
28
28
name : coverage-alcs-frontend
29
29
path : ${{ github.workspace }}/alcs-frontend/coverage
48
48
- run : npm run build
49
49
- run : npm run test:cov
50
50
- if : matrix.node == '20'
51
- uses : actions/upload-artifact@v3
51
+ uses : actions/upload-artifact@v4
52
52
with :
53
53
name : coverage-portal-frontend
54
54
path : ${{ github.workspace }}/portal-frontend/coverage
73
73
- run : npm run build
74
74
- run : npm run test:cov
75
75
- if : matrix.node == '20'
76
- uses : actions/upload-artifact@v3
76
+ uses : actions/upload-artifact@v4
77
77
with :
78
78
name : coverage-api
79
79
path : ${{ github.workspace }}/services/coverage
You can’t perform that action at this time.
0 commit comments