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:
parent
1a43ddc6f1
commit
03c2341d89
1 changed files with 2 additions and 2 deletions
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue