We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682e166 commit b930fa5Copy full SHA for b930fa5
.github/workflows/ruby.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Save coverage
80
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
81
82
- - uses: actions/upload-artifact@v3.1.3
+ - uses: actions/upload-artifact@v4.3.0
83
with:
84
name: coverage-${{ matrix.ruby }}
85
path: coverage/codeclimate.${{ matrix.ruby }}.json
0 commit comments