diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f434115..19f99f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: go test -v -race -coverprofile=coverage.out ./... - name: Upload coverage artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-${{ matrix.go-version }} path: coverage.out