diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e021a8..1ebecd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: cache: true - run: go build -v ./... - run: go test -race -coverprofile=coverage.out -covermode=atomic ./... - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: coverage path: coverage.out