From 03c2341d89aa7c8074373c527bc360237c05913c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 01:08:10 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nginx-otel-module-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nginx-otel-module-check.yml b/.github/workflows/nginx-otel-module-check.yml index 698f678..044436d 100644 --- a/.github/workflows/nginx-otel-module-check.yml +++ b/.github/workflows/nginx-otel-module-check.yml @@ -25,12 +25,12 @@ jobs: make -j 4 strip ngx_otel_module.so - name: Archive module - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: nginx-otel-module path: build/ngx_otel_module.so - name: Archive protoc and opentelemetry-proto - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: protoc-opentelemetry-proto path: |