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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-18 01:08:10 +00:00 committed by GitHub
parent 1a43ddc6f1
commit 03c2341d89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,12 +25,12 @@ jobs:
make -j 4 make -j 4
strip ngx_otel_module.so strip ngx_otel_module.so
- name: Archive module - name: Archive module
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: nginx-otel-module name: nginx-otel-module
path: build/ngx_otel_module.so path: build/ngx_otel_module.so
- name: Archive protoc and opentelemetry-proto - name: Archive protoc and opentelemetry-proto
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: protoc-opentelemetry-proto name: protoc-opentelemetry-proto
path: | path: |