File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ jobs:
7777 RUBY_VERSION : ${{matrix.ruby}}
7878 run : docker-compose -f sentinel/docker-compose.yaml up --exit-code-from tests
7979
80- - uses : actions/upload-artifact@v3
80+ - uses : actions/upload-artifact@v4
8181 with :
8282 include-hidden-files : true
8383 if-no-files-found : error
84- name : coverage-${{matrix.os}}-${{matrix.ruby}}
84+ name : coverage-${{matrix.os}}-${{matrix.ruby}}-sentinel
8585 path : .covered.db
8686
8787 test-cluster :
@@ -110,11 +110,11 @@ jobs:
110110 RUBY_VERSION : ${{matrix.ruby}}
111111 run : docker-compose -f cluster/docker-compose.yaml up --exit-code-from tests
112112
113- - uses : actions/upload-artifact@v3
113+ - uses : actions/upload-artifact@v4
114114 with :
115115 include-hidden-files : true
116116 if-no-files-found : error
117- name : coverage-${{matrix.os}}-${{matrix.ruby}}
117+ name : coverage-${{matrix.os}}-${{matrix.ruby}}-cluster
118118 path : .covered.db
119119
120120 validate :
You can’t perform that action at this time.
0 commit comments