Skip to content

Commit 0e73e61

Browse files
committed
Update test coverage workflow dependencies.
1 parent 9f9bcb1 commit 0e73e61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-coverage.yaml

+4-4
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)