We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7c71e commit 01a762dCopy full SHA for 01a762d
.github/workflows/ruby.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Save coverage
69
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
70
71
- - uses: actions/upload-artifact@v3.1.3
+ - uses: actions/upload-artifact@v4.0.0
72
with:
73
name: coverage-${{ matrix.ruby }}
74
path: coverage/codeclimate.${{ matrix.ruby }}.json
0 commit comments