@@ -218,46 +218,46 @@ jobs:
218218 # -----------------------------------------
219219 - name : Archive combined test report
220220 if : always()
221- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
221+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
222222 with :
223223 name : combined-sechub-testreport
224224 path : build/reports/combined-report
225225 retention-days : 14
226226
227227 - name : Archive GIT status
228228 if : always()
229- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
229+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
230230 with :
231231 name : git-status.txt
232232 path : build/reports/git-status.txt
233233 retention-days : 14
234234
235235 - name : Archive sechub server artifacts
236236 if : always()
237- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
237+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
238238 with :
239239 name : sechub-server
240240 path : sechub-server/build/libs
241241 retention-days : 14
242242
243243 - name : Archive pds server artifacts
244244 if : always()
245- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
245+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
246246 with :
247247 name : sechub-pds
248248 path : sechub-pds/build/libs
249249
250250 - name : Archive developer tools artifacts
251251 if : always()
252- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
252+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
253253 with :
254254 name : sechub-developertools
255255 path : sechub-developertools/build/libs
256256 retention-days : 14
257257
258258 - name : Archive sechub client artifacts
259259 if : always()
260- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
260+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
261261 with :
262262 name : sechub-client
263263 path : sechub-cli/build/go
@@ -273,21 +273,21 @@ jobs:
273273 # Upload documentation
274274 # -----------------------------------------
275275 - name : Archive documentation HTML
276- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
276+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
277277 with :
278278 name : sechub-docs-html
279279 path : sechub-doc/build/docs/final-html/
280280 retention-days : 14
281281
282282 - name : Archive documentation PDF
283- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
283+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
284284 with :
285285 name : sechub-docs-pdf
286286 path : sechub-doc/build/docs/asciidoc/*.pdf
287287 retention-days : 14
288288
289289 - name : Archive openAPI3 JSON files
290- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
290+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
291291 with :
292292 name : sechub-api-spec
293293 path : sechub-doc/build/api-spec/
0 commit comments