We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 084eef7 + 4e7ff4d commit c24750bCopy full SHA for c24750b
1 file changed
.github/workflows/linux.yml
@@ -73,7 +73,7 @@ jobs:
73
go test -timeout 20m -v -race -cover -tags=debug -failfast -coverpkg=$(cat pkgs.txt) -coverprofile=./coverage-ci/status.out -covermode=atomic ./...
74
75
- name: Archive code coverage results
76
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
77
with:
78
name: coverage
79
path: ./tests/coverage-ci/
0 commit comments