File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
echo "::endgroup::"
180
180
181
181
- name : Publish Snyk Reports
182
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
182
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
183
183
if : ${{ inputs.enable-snyk-scan && !cancelled() && !failure() }}
184
184
with :
185
185
name : Snyk Reports
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
files : ' junit.xml'
105
105
106
106
- name : Publish Unit Test Coverage Report
107
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
107
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108
108
if : ${{ inputs.enable-unit-tests && !cancelled() }}
109
109
with :
110
110
name : Unit Test Coverage Report
@@ -158,14 +158,14 @@ jobs:
158
158
files : ' junit-e2e.xml'
159
159
160
160
- name : Publish E2E Coverage Report
161
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
161
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
162
162
if : ${{ inputs.enable-e2e-tests && !cancelled() }}
163
163
with :
164
164
name : E2E Coverage Report
165
165
path : ' coverage/e2e'
166
166
167
167
- name : Publish Test Reports
168
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
168
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
169
169
if : ${{ inputs.enable-unit-tests && steps.npm-deps.conclusion == 'success' && !cancelled() }}
170
170
with :
171
171
name : Test Reports
You can’t perform that action at this time.
0 commit comments