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 c91d284 + af5f7f2 commit fe1b5abCopy full SHA for fe1b5ab
.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/proxy.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/proxy.out
0 commit comments