Skip to content

Commit ad9bc28

Browse files
committed
Update GitHub Actions workflow to include node version in artifact names for coverage report and sample analysis
1 parent dded4b0 commit ad9bc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
- name: Upload test coverage
4444
uses: actions/upload-artifact@v4
4545
with:
46-
name: coverage-report
46+
name: coverage-report-node-${{ matrix.node-version }}
4747
path: coverage/
4848
if: success()
4949

5050
- name: Upload sample analysis
5151
uses: actions/upload-artifact@v4
5252
with:
53-
name: sample-analysis
53+
name: sample-analysis-node-${{ matrix.node-version }}
5454
path: sample-analysis.md
5555
if: success()

0 commit comments

Comments
 (0)