mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-19708] Fix breaking change for actions/upload-artifact v4.1.0 (#9270)
This commit is contained in:
@@ -186,7 +186,7 @@ runs:
|
||||
if: ${{ steps.determine-affected.outputs.isAffected == 'true' }}
|
||||
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
|
||||
with:
|
||||
name: e2e-artifact-output
|
||||
name: e2e-artifact-output-${{inputs.e2e-test-id}}
|
||||
path: /home/runner/work/alfresco-ng2-components/alfresco-ng2-components/e2e-output-*
|
||||
|
||||
- name: upload smart-runner tests results on s3 to cache tests
|
||||
|
||||
Reference in New Issue
Block a user