File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 using : composite
66 steps :
77 - name : Download dist folder
8- uses : actions/download-artifact@v4
8+ uses : actions/download-artifact@v6
99 with :
1010 name : library-dist
1111 path : dist
Original file line number Diff line number Diff line change 55 using : composite
66 steps :
77 - name : Download coverage report
8- uses : actions/download-artifact@v4
8+ uses : actions/download-artifact@v6
99 with :
1010 name : ngx-deploy-npm-coverage-report
1111 path : coverage/packages/ngx-deploy-npm
Original file line number Diff line number Diff line change 55 using : composite
66 steps :
77 - name : Download lint report
8- uses : actions/download-artifact@v4
8+ uses : actions/download-artifact@v6
99 with :
1010 name : lint-report
1111 path : reports
Original file line number Diff line number Diff line change 1616 run : npx nx lint-report ngx-deploy-npm
1717
1818 - name : Archive lint report results
19- uses : actions/upload-artifact@v4
19+ uses : actions/upload-artifact@v5
2020 with :
2121 name : lint-report
2222 path : reports
3030 - run : npx nx build ngx-deploy-npm
3131
3232 - name : Archive build result
33- uses : actions/upload-artifact@v4
33+ uses : actions/upload-artifact@v5
3434 with :
3535 name : library-dist
3636 path : dist
6060
6161 - if : ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == steps.nvmrc.outputs.node_version }}
6262 name : Archive coverage report
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v5
6464 with :
6565 name : ngx-deploy-npm-coverage-report
6666 path : coverage/packages/ngx-deploy-npm/lcov.info
Original file line number Diff line number Diff line change 1414 - run : npx nx build ngx-deploy-npm
1515
1616 - name : Archive build result
17- uses : actions/upload-artifact@v4
17+ uses : actions/upload-artifact@v5
1818 with :
1919 name : library-dist
2020 path : dist
You can’t perform that action at this time.
0 commit comments