Skip to content

Commit 3a429a7

Browse files
committed
Make upload artifact names unique
1 parent 9f403d0 commit 3a429a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
if: always()
5252
uses: actions/upload-artifact@v4
5353
with:
54-
name: save-log-file
54+
name: save-log-file-${{ matrix.node-version }}-${{ matrix.coherence-version }}
5555
path: logs-*.txt

0 commit comments

Comments
 (0)