[AAE-19708] Fix breaking change for actions/upload-artifact v4.1.0 (#9270)

This commit is contained in:
Bartosz Sekula
2024-01-22 14:17:14 +01:00
committed by GitHub
parent 4ec8ca9aa5
commit 720fbb98ca
2 changed files with 15 additions and 15 deletions

View File

@@ -186,7 +186,7 @@ runs:
if: ${{ steps.determine-affected.outputs.isAffected == 'true' }} if: ${{ steps.determine-affected.outputs.isAffected == 'true' }}
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with: 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-* path: /home/runner/work/alfresco-ng2-components/alfresco-ng2-components/e2e-output-*
- name: upload smart-runner tests results on s3 to cache tests - name: upload smart-runner tests results on s3 to cache tests

View File

@@ -315,49 +315,49 @@ jobs:
check-ps-env: "true" check-ps-env: "true"
deps: "testing" deps: "testing"
- description: "Content: Components" - description: "Content: Components"
test-id: "content-services" test-id: "content-services-components"
folder: "content-services/components" folder: "content-services/components"
provider: "ECM" provider: "ECM"
auth: "BASIC" auth: "BASIC"
check-cs-env: "true" check-cs-env: "true"
deps: "testing" deps: "testing"
- description: "Content: Directives" - description: "Content: Directives"
test-id: "content-services" test-id: "content-services-directives"
folder: "content-services/directives" folder: "content-services/directives"
provider: "ECM" provider: "ECM"
auth: "BASIC" auth: "BASIC"
check-cs-env: "true" check-cs-env: "true"
deps: "testing" deps: "testing"
- description: "Content: Document List" - description: "Content: Document List"
test-id: "content-services" test-id: "content-services-document-list"
folder: "content-services/document-list" folder: "content-services/document-list"
provider: "ECM" provider: "ECM"
auth: "BASIC" auth: "BASIC"
check-cs-env: "true" check-cs-env: "true"
deps: "testing" deps: "testing"
- description: "Content: Metadata" - description: "Content: Metadata"
test-id: "content-services" test-id: "content-services-metadata"
folder: "content-services/metadata" folder: "content-services/metadata"
provider: "ECM" provider: "ECM"
auth: "BASIC" auth: "BASIC"
check-cs-env: "true" check-cs-env: "true"
deps: "testing" deps: "testing"
- description: "Content: Upload and Versioning" - description: "Content: Upload and Versioning"
test-id: "content-services" test-id: "content-services-upload"
folder: "content-services/upload" folder: "content-services/upload"
provider: "ECM" provider: "ECM"
auth: "BASIC" auth: "BASIC"
check-cs-env: "true" check-cs-env: "true"
deps: "testing" deps: "testing"
- description: "Search" - description: "Search"
test-id: "content-services" test-id: "content-services-search"
folder: "search" folder: "search"
provider: "ECM" provider: "ECM"
auth: "BASIC" auth: "BASIC"
check-cs-env: "true" check-cs-env: "true"
deps: "testing" deps: "testing"
- description: "Process: Form" - description: "Process: Form"
test-id: "process-services" test-id: "process-services-form"
folder: "process-services/form" folder: "process-services/form"
provider: "BPM" provider: "BPM"
auth: "OAUTH" auth: "OAUTH"
@@ -365,7 +365,7 @@ jobs:
check-external-cs-env: "true" check-external-cs-env: "true"
deps: "testing" deps: "testing"
- description: "Process: Process" - description: "Process: Process"
test-id: "process-services" test-id: "process-services-process"
folder: "process-services/process" folder: "process-services/process"
provider: "BPM" provider: "BPM"
auth: "OAUTH" auth: "OAUTH"
@@ -373,7 +373,7 @@ jobs:
check-external-cs-env: "true" check-external-cs-env: "true"
deps: "testing" deps: "testing"
- description: "Process: Tasks" - description: "Process: Tasks"
test-id: "process-services" test-id: "process-services-tasks"
folder: "process-services/tasks" folder: "process-services/tasks"
provider: "BPM" provider: "BPM"
auth: "OAUTH" auth: "OAUTH"
@@ -381,7 +381,7 @@ jobs:
check-external-cs-env: "true" check-external-cs-env: "true"
deps: "testing" deps: "testing"
- description: "Process: Widget" - description: "Process: Widget"
test-id: "process-services" test-id: "process-services-widgets"
folder: "process-services/widgets" folder: "process-services/widgets"
provider: "BPM" provider: "BPM"
auth: "OAUTH" auth: "OAUTH"
@@ -389,7 +389,7 @@ jobs:
check-external-cs-env: "true" check-external-cs-env: "true"
deps: "testing" deps: "testing"
- description: "Process Cloud: Form" - description: "Process Cloud: Form"
test-id: "process-services-cloud" test-id: "process-services-cloud-form-field"
folder: "process-services-cloud/form-field" folder: "process-services-cloud/form-field"
provider: "ALL" provider: "ALL"
auth: "OAUTH" auth: "OAUTH"
@@ -398,7 +398,7 @@ jobs:
check-ps-cloud-env: "true" check-ps-cloud-env: "true"
deps: "testing" deps: "testing"
- description: "Process Cloud: Process" - description: "Process Cloud: Process"
test-id: "process-services-cloud" test-id: "process-services-cloud-process"
folder: "process-services-cloud/process" folder: "process-services-cloud/process"
provider: "ALL" provider: "ALL"
auth: "OAUTH" auth: "OAUTH"
@@ -407,7 +407,7 @@ jobs:
check-ps-cloud-env: "true" check-ps-cloud-env: "true"
deps: "testing" deps: "testing"
- description: "Process Cloud: Start Task" - description: "Process Cloud: Start Task"
test-id: "process-services-cloud" test-id: "process-services-cloud-start-task"
folder: "process-services-cloud/start-task" folder: "process-services-cloud/start-task"
provider: "ALL" provider: "ALL"
auth: "OAUTH" auth: "OAUTH"
@@ -416,7 +416,7 @@ jobs:
check-ps-cloud-env: "true" check-ps-cloud-env: "true"
deps: "testing" deps: "testing"
- description: "Process Cloud: Tasks List" - description: "Process Cloud: Tasks List"
test-id: "process-services-cloud" test-id: "process-services-cloud-task-list"
folder: "process-services-cloud/task-list" folder: "process-services-cloud/task-list"
provider: "ALL" provider: "ALL"
auth: "OAUTH" auth: "OAUTH"