diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 92981bc8d1..fbc746574a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -35,7 +35,7 @@ jobs: mv api-benchmark_result.json benchmarks mv sdk-benchmark_result.json benchmarks mv exporters-benchmark_result.json benchmarks - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: benchmark_results path: benchmarks diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc3a4532b6..81a9397e2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -678,7 +678,7 @@ jobs: env BENCHMARK_DIR=/benchmark ./ci/do_ci.sh benchmark - name: Upload benchmark results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: benchmark_reports path: /home/runner/benchmark diff --git a/.github/workflows/dependencies_image.yml b/.github/workflows/dependencies_image.yml index 2273dc66bb..723fd1256b 100644 --- a/.github/workflows/dependencies_image.yml +++ b/.github/workflows/dependencies_image.yml @@ -39,7 +39,7 @@ jobs: docker save -o /opt/otel-cpp-deps-debian.tar otel-cpp-deps - name: Upload Image - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: otel-cpp-deps path: /opt/otel-cpp-deps-debian.tar