We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f213058 + 0216c86 commit 0c70ca2Copy full SHA for 0c70ca2
.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/boltdb.out -covermode=atomic boltdb_test.go
78
79
- name: Archive code coverage results
80
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
81
with:
82
name: coverage
83
path: ./tests/coverage-ci
0 commit comments