Skip to content

Commit beb14bc

Browse files
committed
ci: fix artifact naming conflict
1 parent 20a8a09 commit beb14bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- run: bundle exec rspec --format documentation
4040
- uses: actions/upload-artifact@v4
4141
with:
42-
name: coverage
42+
name: coverage-ruby-${{ matrix.ruby-version }}
4343
path: coverage/
4444
retention-days: 1

0 commit comments

Comments
 (0)