We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03ccf9 commit 8585a16Copy full SHA for 8585a16
.github/actions/download-build/action.yml
@@ -5,7 +5,7 @@ runs:
5
using: composite
6
steps:
7
- name: Download dist folder
8
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
9
with:
10
name: library-dist
11
path: dist
.github/actions/download-coverage-report/action.yml
- name: Download coverage report
name: ngx-deploy-npm-coverage-report
path: coverage/packages/ngx-deploy-npm
.github/actions/download-lint-report/action.yml
- name: Download lint report
name: lint-report
path: reports
0 commit comments