File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
using : composite
5
5
steps :
6
6
- name : Download dist folder
7
- uses : actions/download-artifact@v3
7
+ uses : actions/download-artifact@v4
8
8
with :
9
9
name : library-dist-${{ github.sha }}
10
10
path : dist
Original file line number Diff line number Diff line change 4
4
using : composite
5
5
steps :
6
6
- name : Download coverage report
7
- uses : actions/download-artifact@v3
7
+ uses : actions/download-artifact@v4
8
8
with :
9
9
name : ngx-deploy-npm-coverage-report-${{ github.sha }}
10
10
path : coverage/packages/ngx-deploy-npm
Original file line number Diff line number Diff line change 4
4
using : composite
5
5
steps :
6
6
- name : Download lint report
7
- uses : actions/download-artifact@v3
7
+ uses : actions/download-artifact@v4
8
8
with :
9
9
name : lint-report-${{ github.sha }}
10
10
path : reports
Original file line number Diff line number Diff line change 16
16
run : npx nx lint-report ngx-deploy-npm
17
17
18
18
- name : Archive lint report results
19
- uses : actions/upload-artifact@v3
19
+ uses : actions/upload-artifact@v4
20
20
with :
21
21
name : lint-report-${{ github.sha }}
22
22
path : reports
30
30
- run : npx nx build ngx-deploy-npm
31
31
32
32
- name : Archive build result
33
- uses : actions/upload-artifact@v3
33
+ uses : actions/upload-artifact@v4
34
34
with :
35
35
name : library-dist-${{ github.sha }}
36
36
path : dist
51
51
52
52
- if : ${{ matrix.os == 'ubuntu-latest' }}
53
53
name : Archive coverage report
54
- uses : actions/upload-artifact@v3
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : ngx-deploy-npm-coverage-report-${{ github.sha }}
57
57
path : coverage/packages/ngx-deploy-npm/lcov.info
You can’t perform that action at this time.
0 commit comments