File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 28
28
- name : Run API Documenter
29
29
run : pnpm run ngx-meta:api-documenter
30
30
- name : Upload API Documenter generated Markdown docs
31
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
31
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
32
32
with :
33
33
name : ngx-meta${{ env.API_DOCS_ARTIFACT_NAME_SUFFIX }}
34
34
path : projects/ngx-meta/docs/content/api
Original file line number Diff line number Diff line change 28
28
- name : Build libraries
29
29
run : pnpm run build
30
30
- name : Upload distribution files
31
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
31
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
32
32
with :
33
33
name : ngx-meta${{ env.DIST_ARTIFACT_NAME_SUFFIX }}
34
34
path : projects/ngx-meta/dist
37
37
- name : Instrument for coverage
38
38
run : pnpm run instrument-for-coverage
39
39
- name : Upload distribution files with coverage instrumentation
40
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
40
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
41
41
with :
42
42
name : ngx-meta${{ env.DIST_ARTIFACT_NAME_SUFFIX }}${{ env.COVERAGE_ARTIFACT_NAME_SUFFIX }}
43
43
path : projects/ngx-meta/dist
55
55
- name : Run tsc
56
56
run : pnpm run ngx-meta:tsc
57
57
- name : Upload compiled JS files
58
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
58
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
59
59
with :
60
60
name : ngx-meta${{ env.TSC_ARTIFACT_NAME_SUFFIX }}
61
61
path : projects/ngx-meta/out
Original file line number Diff line number Diff line change 99
99
- name : Generate bundle size report
100
100
run : pnpm run report ${{ matrix.cli-version-alias }} --git-ref '${{ github.sha }}'
101
101
- name : Upload bundle size analysis results
102
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
102
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
103
103
with :
104
104
name : ngx-meta${{ env.BUNDLE_SIZE_ARTIFACT_NAME_SUFFIX }}-${{ matrix.cli-version-alias }}
105
105
path : ${{ env.BUNDLE_SIZE_DIR }}/${{ env.OUTPUT_DIR }}
Original file line number Diff line number Diff line change 82
82
# Given we're doing caching manually, installing apart to leverage cache
83
83
install : false
84
84
- name : Upload coverage report
85
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
85
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
86
86
if : failure() || success()
87
87
with :
88
88
name : ngx-meta-e2e-${{ matrix.cli-version-alias }}${{ env.COVERAGE_REPORT_ARTIFACT_NAME_SUFFIX }}
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
rm -rf node_modules/{.bin,.pnpm} node_modules/*.yaml
148
148
working-directory : ${{ env.EXAMPLE_APP_DIR }}
149
149
- name : Upload example app
150
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
150
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
151
151
with :
152
152
name : ${{ env.example_app_artifact_name }}
153
153
path : |
Original file line number Diff line number Diff line change 20
20
- name : Run unit tests
21
21
run : cd .ci && make unit-test-libs
22
22
- name : Upload coverage report
23
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
23
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
24
24
if : failure() || success()
25
25
with :
26
26
name : ngx-meta-unit-test${{ env.COVERAGE_REPORT_ARTIFACT_NAME_SUFFIX }}
39
39
- name : Run unit tests
40
40
run : pnpm run test:unit:schematics:coverage
41
41
- name : Upload coverage report
42
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
42
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
43
43
if : failure() || success()
44
44
with :
45
45
name : unit-test-schematics${{ env.COVERAGE_REPORT_ARTIFACT_NAME_SUFFIX }}
You can’t perform that action at this time.
0 commit comments