We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f076171 + 4a471ec commit 51e000eCopy full SHA for 51e000e
.github/workflows/ruby.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Save coverage
73
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
74
75
- - uses: actions/upload-artifact@v3.1.3
+ - uses: actions/upload-artifact@v4.6.0
76
with:
77
name: coverage-${{ matrix.ruby }}
78
path: coverage/codeclimate.${{ matrix.ruby }}.json
@@ -97,7 +97,7 @@ jobs:
97
- name: Give test coverage reporter executable permissions
98
run: chmod +x cc-test-reporter
99
100
- - uses: actions/download-artifact@v3.0.2
+ - uses: actions/download-artifact@v4.1.8
101
102
103
path: coverage
0 commit comments