Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-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
56ce67a267
1 changed files with 2 additions and 2 deletions
|
|
@ -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