Commit 7d48c56 1 parent a039b44 commit 7d48c56 Copy full SHA for 7d48c56
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 75
75
- name : Save coverage
76
76
run : ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
77
77
78
- - uses : actions/upload-artifact@v3.1.2
78
+ - uses : actions/upload-artifact@v4.3.1
79
79
with :
80
80
name : coverage-${{ matrix.ruby }}
81
81
path : coverage/codeclimate.${{ matrix.ruby }}.json
@@ -96,12 +96,12 @@ jobs:
96
96
- name : Give test coverage reporter executable permissions
97
97
run : chmod +x cc-test-reporter
98
98
99
- - uses : actions/download-artifact@v3.0 .2
99
+ - uses : actions/download-artifact@v4.1 .2
100
100
with :
101
101
name : coverage-2.6
102
102
path : coverage
103
103
104
- - uses : actions/download-artifact@v3.0 .2
104
+ - uses : actions/download-artifact@v4.1 .2
105
105
with :
106
106
name : coverage-2.7
107
107
path : coverage
You can’t perform that action at this time.
0 commit comments