File tree 7 files changed +9
-9
lines changed
tools/github-actions/upload-build-output
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 74
74
run : yarn ${{ env.testCmd }}
75
75
- name : Publish tests reports
76
76
if : always()
77
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
77
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
78
78
with :
79
79
name : ut-reports-${{ matrix.os }}
80
80
path : |
Original file line number Diff line number Diff line change 46
46
run : yarn update-package ${{ inputs.docFolder }}/package.json --name ${{ inputs.packageName }} --version ${{ inputs.version }}
47
47
- run : zip -q -r ${{ inputs.artifactName }}.zip "${{ inputs.docFolder }}" -x "*/node_modules/*" ".cache/*"
48
48
shell : bash
49
- - uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
49
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
50
50
with :
51
51
name : ${{ inputs.artifactName }}
52
52
path : ${{ inputs.artifactName }}.zip
Original file line number Diff line number Diff line change 41
41
42
42
- name : Publish tests reports
43
43
if : failure()
44
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
44
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
45
45
with :
46
46
name : e2e-report
47
47
path : apps/showcase/playwright-reports
Original file line number Diff line number Diff line change 41
41
run : zip -r verdaccio.zip ./.verdaccio
42
42
shell : bash
43
43
- name : Publish verdaccio storage
44
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
44
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
45
45
with :
46
46
name : verdaccio
47
47
path : verdaccio.zip
@@ -120,13 +120,13 @@ jobs:
120
120
shell : bash
121
121
- name : Publish generated tests environment on failure
122
122
if : failure() && steps.it-tests.conclusion == 'failure'
123
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
123
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
124
124
with :
125
125
name : it-tests-${{ matrix.os }}-${{ matrix.packageManager }}
126
126
path : it-tests.zip
127
127
- name : Publish tests reports
128
128
if : always()
129
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
129
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
130
130
with :
131
131
name : it-reports-${{ matrix.os }}-${{ matrix.packageManager }}
132
132
path : ' packages/**/dist-test/it-report.xml'
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
CHROME_REFRESH_TOKEN : ${{ secrets.CHROME_REFRESH_TOKEN }}
142
142
- name : Expose Chrome extension artifact
143
143
if : (success() || failure()) && !inputs.prerelease
144
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
144
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
145
145
with :
146
146
name : chrome-extension
147
147
path : apps/chrome-devtools/chrome-extension.zip
Original file line number Diff line number Diff line change 58
58
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
59
59
# format to the repository Actions tab.
60
60
- name : " Upload artifact"
61
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
61
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
62
62
with :
63
63
name : SARIF file
64
64
path : results.sarif
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- run : zip -q -r ${{ inputs.artifactName }}.zip . -i "apps/*/dist/*" "packages/*/dist/*" -x "*/node_modules/*" ".cache/*"
13
13
shell : bash
14
- - uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
14
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
15
15
with :
16
16
name : ${{ inputs.artifactName }}
17
17
path : ${{ inputs.artifactName }}.zip
You can’t perform that action at this time.
0 commit comments