Bumps actions/download-artifact and actions/upload-artifact from 3 to 4.
This commit is contained in:
parent
1a43ddc6f1
commit
1971b4f17f
1 changed files with 4 additions and 4 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: |
|
||||||
|
|
@ -43,12 +43,12 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Download module
|
- name: Download module
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: nginx-otel-module
|
name: nginx-otel-module
|
||||||
path: build
|
path: build
|
||||||
- name: Download protoc and opentelemetry-proto
|
- name: Download protoc and opentelemetry-proto
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: protoc-opentelemetry-proto
|
name: protoc-opentelemetry-proto
|
||||||
path: build/_deps
|
path: build/_deps
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue