diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0cbd80..c1153f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - run: go test -coverprofile=coverage.out -covermode=atomic ./... - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: matrix.go-version == 'stable' with: name: coverage