Skip to content

Commit 8ac344f

Browse files
committed
Update integration_tests.yml
1 parent 7137540 commit 8ac344f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
uses: actions/upload-artifact@v4
271271
if: ${{ !cancelled() }}
272272
with:
273-
name: build_and_test_results-${{ steps.matrix_info.outputs.info }}
273+
name: build_and_test_results-build-${{ steps.matrix_info.outputs.info }}
274274
path: build-results-${{ steps.matrix_info.outputs.info }}*
275275
retention-days: ${{ env.artifactRetentionDays }}
276276
- name: Upload Mobile integration tests artifact
@@ -605,7 +605,7 @@ jobs:
605605
if: ${{ !cancelled() }}
606606
uses: actions/upload-artifact@v4
607607
with:
608-
name: build_and_test_results-${{ steps.matrix_info.outputs.info }}
608+
name: build_and_test_results-test-${{ steps.matrix_info.outputs.info }}
609609
path: testapps/test-results-${{ steps.matrix_info.outputs.info }}*
610610
retention-days: ${{ env.artifactRetentionDays }}
611611
- name: Download log artifacts

0 commit comments

Comments
 (0)