We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22deb12 commit 8eaf848Copy full SHA for 8eaf848
.github/workflows/ruby.yml
@@ -108,7 +108,7 @@ jobs:
108
- name: Save coverage
109
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
110
111
- - uses: actions/upload-artifact@v4.6.0
+ - uses: actions/upload-artifact@v4.6.2
112
with:
113
name: coverage-${{ matrix.ruby }}
114
path: coverage/codeclimate.${{ matrix.ruby }}.json
0 commit comments