Skip to content

Commit

Permalink
Fix CI failure for similar artifact name (#121)
Browse files Browse the repository at this point in the history
* Add run id to each artifact name
* Append os and ruby version
  • Loading branch information
ahangarha authored Dec 25, 2023
1 parent c10625a commit ab53a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
uses: actions/upload-artifact@master
if: always()
with:
name: coverage-report
name: coverage-report-${{ github.run_id }}-${{ matrix.os }}-${{ matrix.ruby }}
path: coverage

0 comments on commit ab53a31

Please sign in to comment.