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.
2 parents a034d28 + 350b802 commit c21e4f1Copy full SHA for c21e4f1
.github/workflows/linux.yml
@@ -67,7 +67,7 @@ jobs:
67
go test -timeout 20m -v -race -cover -tags=debug -failfast -coverpkg=$(cat pkgs.txt) -coverprofile=./coverage-ci/headers.out -covermode=atomic ./...
68
69
- name: Archive code coverage results
70
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
71
with:
72
name: coverage
73
path: ./tests/coverage-ci/headers.out
0 commit comments