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 dc9de25 + 6b09724 commit 180d3bfCopy full SHA for 180d3bf
.github/workflows/linux.yml
@@ -69,7 +69,7 @@ jobs:
69
go test -timeout 20m -v -race -cover -tags=debug -failfast -coverpkg=$(cat pkgs.txt) -coverprofile=./coverage-ci/logger.out -covermode=atomic ./...
70
71
- name: Archive code coverage results
72
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
73
with:
74
name: coverage
75
path: ./tests/coverage-ci/logger.out
0 commit comments