We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7c71e commit 72fbfa1Copy full SHA for 72fbfa1
.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.2.0
72
with:
73
name: coverage-${{ matrix.ruby }}
74
path: coverage/codeclimate.${{ matrix.ruby }}.json
0 commit comments