Skip to content

Commit 0590316

Browse files
committed
Add nodejs version to log file
1 parent 995a37b commit 0590316

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
uses: actions/upload-artifact@v4
6363
if: always()
6464
with:
65-
name: pravega-standalone-log
66-
path: pravega.log
67-
retention-days: 5
65+
name: pravega-standalone-log-${{ matrix.node_version }}
66+
path: pravega.log
67+
retention-days: 5

0 commit comments

Comments
 (0)