Skip to content

Commit cb2848f

Browse files
ndbroadbentclaude
andcommitted
Rename coverage artifacts to ruby-rails-latest
No need to update artifact names when bumping Ruby/Rails versions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 00b6444 commit cb2848f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
workflow: test.yml
6868
workflow_conclusion: success
69-
name: coverage-ruby3.4-rails8.0
69+
name: coverage-ruby-rails-latest
7070
path: docs/public/coverage/
7171

7272
- name: Generate YARD documentation

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
uses: actions/upload-artifact@v4
167167
if: success()
168168
with:
169-
name: raw-coverage-ruby3.4.7-rails8.1.1
169+
name: raw-coverage-ruby-rails-latest
170170
path: |
171171
coverage
172172
coverage_rails
@@ -185,7 +185,7 @@ jobs:
185185
uses: actions/upload-artifact@v4
186186
if: success()
187187
with:
188-
name: coverage-ruby3.4.7-rails8.1.1
188+
name: coverage-ruby-rails-latest
189189
path: |
190190
docs/public/coverage/
191191
retention-days: 5

0 commit comments

Comments
 (0)