Skip to content

Commit a1ca9b6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-coverage.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ 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
@@ -110,7 +110,7 @@ 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

0 commit comments

Comments
 (0)