diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index d0c3dba..604398e 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -52,7 +52,7 @@ jobs: - name: Install Protoc run: | cd "$(mktemp -d)" - wget -O protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-linux-x86_64.zip + wget -O protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-x86_64.zip unzip protoc.zip -d . chmod +x ./bin/protoc echo "$(pwd)/bin" >> "$GITHUB_PATH"