Skip to content

Commit 71a4bc2

Browse files
committed
Fix artifact name
1 parent a618105 commit 71a4bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- uses: actions/upload-artifact@v4
6363
with:
64-
name: coverage report ${{ matrix.go }} ${{ matrix.os }}
64+
name: art.coverage.${{ matrix.go }}.${{ matrix.os }}
6565
path: art.coverage.${{ matrix.go }}.${{ matrix.os }}.html
6666

6767
- name: "Run go benchmarks"

0 commit comments

Comments
 (0)