We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa88403 + c5497e1 commit 6711047Copy full SHA for 6711047
.github/workflows/linux.yml
@@ -77,7 +77,7 @@ jobs:
77
go test -timeout 20m -v -race -cover -tags=debug -failfast -coverpkg=$(cat pkgs.txt) -coverprofile=./coverage-ci/server.out -covermode=atomic ./
78
79
- name: Archive code coverage results
80
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
81
with:
82
name: coverage
83
path: ./tests/coverage-ci/
0 commit comments