Skip to content

Commit c37343e

Browse files
Tes result artifact name update
1 parent 4032cca commit c37343e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-getter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Upload and save artifacts
8484
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
8585
with:
86-
name: linux test results
86+
name: linux-test-results-${{ matrix.go-version }}
8787
path: linux_cov.part
8888

8989
windows-tests:
@@ -152,5 +152,5 @@ jobs:
152152
- name: Upload and save artifacts
153153
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
154154
with:
155-
name: windows test results
155+
name: windows-test-results-${{ matrix.go-version }}
156156
path: win_cov.part

0 commit comments

Comments
 (0)