We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a594368 + d5cb661 commit 19504c2Copy full SHA for 19504c2
.github/workflows/linux.yml
@@ -58,7 +58,7 @@ jobs:
58
59
go test -timeout 20m -v -race -cover -tags=debug -failfast -coverpkg=$(cat pkgs.txt) -coverprofile=./coverage-ci/gzip.out -covermode=atomic plugin_test.go
60
- name: Archive code coverage results
61
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
62
with:
63
name: coverage
64
path: ./tests/coverage-ci
0 commit comments