Skip to content

Commit cb294bd

Browse files
committed
Unique artifact names
1 parent aba7979 commit cb294bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Upload test coverage folder for later reporting
7474
uses: actions/upload-artifact@v4
7575
with:
76-
name: coverage-reports
76+
name: coverage-${{ matrix.os }}-${{ matrix.ruby }}-${{ matrix.gemfile }}
7777
path: coverage-*/*.json
7878
retention-days: 1
7979

@@ -89,8 +89,6 @@ jobs:
8989

9090
- name: Download coverage reports from the test job
9191
uses: actions/download-artifact@v4
92-
with:
93-
name: coverage-reports
9492

9593
- uses: paambaati/[email protected]
9694
with:

0 commit comments

Comments
 (0)