From e3dc3c4f77413180098627e7c7646d2cb436e135 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Mon, 16 Sep 2024 01:26:26 +0900 Subject: [PATCH] Add Node version suffix to the test coverage artifact by tests through GitHub Actions --- .github/workflows/test-win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index dba4a684..84841520 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: coverage + name: coverage-${{ matrix.node-version }} path: coverage - uses: codecov/codecov-action@v4