diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17dc91f..e2a98dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: run: go test -race -shuffle=on -coverprofile=coverage.out -covermode=atomic ./... - name: coverage summary run: go tool cover -func=coverage.out | tail -30 - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 if: always() with: name: coverage