Skip to content

Commit 22d317b

Browse files
authored
ci: Add namespace for realm server log artifacts (#2138)
1 parent 981db49 commit 22d317b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/upload-artifact@v4
139139
if: always()
140140
with:
141-
name: realm-server-log-${{ matrix.shardIndex }}
141+
name: matrix-test-realm-server-log-${{ matrix.shardIndex }}
142142
path: /tmp/server.log
143143
retention-days: 30
144144

@@ -291,7 +291,7 @@ jobs:
291291
uses: actions/upload-artifact@v4
292292
if: always()
293293
with:
294-
name: realm-server-log-${{matrix.testModule}}
294+
name: realm-server-test-realm-server-log-${{matrix.testModule}}
295295
path: /tmp/server.log
296296
retention-days: 30
297297

0 commit comments

Comments
 (0)