File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
109
109
# Upload the built site to artifacts for troubleshooting or verification
110
110
- name : Upload Artifact
111
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
111
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
112
112
if : ${{ !endsWith(github.ref, 'main') }}
113
113
with :
114
114
path : ./docs/public
Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ jobs:
458
458
echo "::endgroup::"
459
459
460
460
- name : Publish Snyk Reports
461
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
461
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
462
462
if : ${{ inputs.enable-snyk-scan && !cancelled() && !failure() }}
463
463
with :
464
464
name : Snyk Reports
Original file line number Diff line number Diff line change @@ -184,15 +184,15 @@ jobs:
184
184
185
185
- name : Upload E2E Logs to GitHub
186
186
if : ${{ !cancelled() }}
187
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
187
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
188
188
with :
189
189
name : solo-${{ inputs.npm-test-script }}.log
190
190
path : ~/.solo/logs/*
191
191
overwrite : true
192
192
if-no-files-found : error
193
193
194
194
- name : Upload E2E Test Report
195
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
195
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
196
196
if : ${{ steps.npm-deps.conclusion == 'success' && !cancelled() }}
197
197
with :
198
198
name : e2e_test_report_${{ inputs.npm-test-script }}
@@ -201,7 +201,7 @@ jobs:
201
201
if-no-files-found : error
202
202
203
203
- name : Publish E2E Coverage Report
204
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
204
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
205
205
if : ${{ !cancelled() }}
206
206
with :
207
207
name : ${{ inputs.coverage-report-name }}
Original file line number Diff line number Diff line change @@ -93,14 +93,14 @@ jobs:
93
93
files : " junit.xml"
94
94
95
95
- name : Publish Unit Test Coverage Report
96
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
96
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
97
97
if : ${{ runner.os == 'linux' && !cancelled() }}
98
98
with :
99
99
name : Unit Test Coverage Report
100
100
path : ' coverage/unit'
101
101
102
102
- name : Publish Test Reports
103
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
103
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
104
104
if : ${{ runner.os == 'linux' && steps.npm-deps.conclusion == 'success' && !cancelled() }}
105
105
with :
106
106
name : Test Reports
You can’t perform that action at this time.
0 commit comments