diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c75162..78d1244 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: run tests run: go mod download && go test -race -coverprofile=coverage.out ./... - name: upload coverage - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage path: coverage.out