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 13f1bb2 commit a678290Copy full SHA for a678290
.github/workflows/go-getter.yml
@@ -246,7 +246,7 @@ jobs:
246
247
# Save coverage report parts
248
- name: Upload and save artifacts
249
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
250
with:
251
name: linux-test-results-${{ matrix.go-version }}
252
path: linux_cov.part
@@ -314,7 +314,7 @@ jobs:
314
315
316
317
318
319
name: windows-test-results-${{ matrix.go-version }}
320
path: win_cov.part
0 commit comments