File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ jobs:
274
274
echo "::endgroup::"
275
275
276
276
- name : Publish Snyk Reports
277
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
277
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
278
278
if : ${{ inputs.enable-snyk-scan && !cancelled() && !failure() }}
279
279
with :
280
280
name : Snyk Reports
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
180
180
- name : Upload E2E Logs to GitHub
181
181
if : ${{ !cancelled() }}
182
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
182
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
183
183
with :
184
184
name : solo-${{ inputs.npm-test-script }}.log
185
185
path : ~/.solo/logs/*
@@ -195,7 +195,7 @@ jobs:
195
195
files : " junit-${{ inputs.coverage-subdirectory }}.xml"
196
196
197
197
- name : Publish E2E Coverage Report
198
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
198
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
199
199
if : ${{ !cancelled() }}
200
200
with :
201
201
name : ${{ inputs.coverage-report-name }}
Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ jobs:
87
87
files : " junit.xml"
88
88
89
89
- name : Publish Unit Test Coverage Report
90
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
90
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
91
91
if : ${{ runner.os == 'linux' && !cancelled() }}
92
92
with :
93
93
name : Unit Test Coverage Report
94
94
path : ' coverage/unit'
95
95
96
96
- name : Publish Test Reports
97
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
97
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
98
98
if : ${{ runner.os == 'linux' && steps.npm-deps.conclusion == 'success' && !cancelled() }}
99
99
with :
100
100
name : Test Reports
You can’t perform that action at this time.
0 commit comments