We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9bcb1 commit a1ca9b6Copy full SHA for a1ca9b6
.github/workflows/test-coverage.yaml
@@ -77,7 +77,7 @@ jobs:
77
RUBY_VERSION: ${{matrix.ruby}}
78
run: docker-compose -f sentinel/docker-compose.yaml up --exit-code-from tests
79
80
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
81
with:
82
include-hidden-files: true
83
if-no-files-found: error
@@ -110,7 +110,7 @@ jobs:
110
111
run: docker-compose -f cluster/docker-compose.yaml up --exit-code-from tests
112
113
114
115
116
0 commit comments