Skip to content

Commit

Permalink
Make upload artifact names unique
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Jan 23, 2025
1 parent 9f403d0 commit 3a429a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: save-log-file
name: save-log-file-${{ matrix.node-version }}-${{ matrix.coherence-version }}
path: logs-*.txt

0 comments on commit 3a429a7

Please sign in to comment.