File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ jobs:
77
77
RUBY_VERSION : ${{matrix.ruby}}
78
78
run : docker-compose -f sentinel/docker-compose.yaml up --exit-code-from tests
79
79
80
- - uses : actions/upload-artifact@v3
80
+ - uses : actions/upload-artifact@v4
81
81
with :
82
82
include-hidden-files : true
83
83
if-no-files-found : error
84
- name : coverage-${{matrix.os}}-${{matrix.ruby}}
84
+ name : coverage-${{matrix.os}}-${{matrix.ruby}}-sentinel
85
85
path : .covered.db
86
86
87
87
test-cluster :
@@ -110,11 +110,11 @@ jobs:
110
110
RUBY_VERSION : ${{matrix.ruby}}
111
111
run : docker-compose -f cluster/docker-compose.yaml up --exit-code-from tests
112
112
113
- - uses : actions/upload-artifact@v3
113
+ - uses : actions/upload-artifact@v4
114
114
with :
115
115
include-hidden-files : true
116
116
if-no-files-found : error
117
- name : coverage-${{matrix.os}}-${{matrix.ruby}}
117
+ name : coverage-${{matrix.os}}-${{matrix.ruby}}-cluster
118
118
path : .covered.db
119
119
120
120
validate :
You can’t perform that action at this time.
0 commit comments