diff --git a/.github/workflows/nginx-otel-module-check.yml b/.github/workflows/nginx-otel-module-check.yml index d9bc5d6..5baeac0 100644 --- a/.github/workflows/nginx-otel-module-check.yml +++ b/.github/workflows/nginx-otel-module-check.yml @@ -59,8 +59,8 @@ jobs: uses: robinraju/release-downloader@v1.11 with: repository: open-telemetry/opentelemetry-collector-releases - tag: v0.105.0 - fileName: otelcol_0.105.0_linux_amd64.tar.gz + tag: v0.106.0 + fileName: otelcol_0.106.0_linux_amd64.tar.gz extract: true - name: Run tests working-directory: tests