Skip to content

Commit 35a4fa2

Browse files
committed
chore(ci): artifacts - provide unique names in matrix
1 parent c2ec196 commit 35a4fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-cypress-slack-reporter-old.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: get artifacts 1
4343
uses: actions/upload-artifact@v4
4444
with:
45-
name: test-output-1
45+
name: test-output-1-${{matrix.node-version}}
4646
path: |
4747
cypress-slack-reporter-old/cypress/reports
4848
cypress-slack-reporter-old/cypress/videos
@@ -59,7 +59,7 @@ jobs:
5959
- name: get artifacts 2
6060
uses: actions/upload-artifact@v4
6161
with:
62-
name: test-output-2
62+
name: test-output-2-${{matrix.node-version}}
6363
path: |
6464
cypress-slack-reporter-old/src/slack/test
6565
cypress-slack-reporter-old/cypress/reports/mocha

0 commit comments

Comments
 (0)