We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4032cca commit c37343eCopy full SHA for c37343e
.github/workflows/go-getter.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Upload and save artifacts
84
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
85
with:
86
- name: linux test results
+ name: linux-test-results-${{ matrix.go-version }}
87
path: linux_cov.part
88
89
windows-tests:
@@ -152,5 +152,5 @@ jobs:
152
153
154
155
- name: windows test results
+ name: windows-test-results-${{ matrix.go-version }}
156
path: win_cov.part
0 commit comments