We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39066cf + e35b2f1 commit 57e2b28Copy full SHA for 57e2b28
1 file changed
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
go-version: ${{ matrix.go-version }}
49
- run: go test -coverprofile=coverage.out -covermode=atomic ./...
50
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
51
if: matrix.go-version == 'stable'
52
53
name: coverage
0 commit comments