diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45a1c69..afb5842 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: working-directory: nameserver run: go tool cover -func=coverage.out | tail -20 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: coverage-nameserver path: nameserver/coverage.out