We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d0489 commit 28a5e72Copy full SHA for 28a5e72
.github/workflows/test.yml
@@ -72,10 +72,10 @@ jobs:
72
run: bundle exec rspec
73
74
- name: Upload test coverage folder for later reporting
75
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
76
with:
77
name: coverage-reports
78
- path: ${{github.workspace}}/coverage-*/coverage.json
+ path: ${{github.workspace}}/coverage-*/coverage-${{ matrix.os }}-${{ matrix.ruby }}.json
79
retention-days: 1
80
81
coverage:
0 commit comments