Skip to content

Commit 45f39a5

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0 (open-telemetry#4367)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 821ce27 commit 45f39a5

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/build-nuget-packages.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,37 +44,37 @@ jobs:
4444
path: ${{ env.NUGET_PACKAGES }}
4545

4646
- name: Download Windows Artifacts from build job
47-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
47+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
4848
with:
4949
name: bin-windows-2022
5050
path: bin/ci-artifacts/bin-windows-2022
5151

5252
- name: Download Ubuntu x64 Artifacts from build job
53-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
53+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
5454
with:
5555
name: bin-ubuntu-22.04
5656
path: bin/ci-artifacts/bin-ubuntu-22.04
5757

5858
- name: Download Ubuntu arm64 Artifacts from build job
59-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
59+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
6060
with:
6161
name: bin-ubuntu-22.04-arm
6262
path: bin/ci-artifacts/bin-ubuntu-22.04-arm
6363

6464
- name: Download Alpine x64 Artifacts from build job
65-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
65+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
6666
with:
6767
name: bin-alpine-x64
6868
path: bin/ci-artifacts/bin-alpine-x64
6969

7070
- name: Download Alpine arm64 Artifacts from build job
71-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
71+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
7272
with:
7373
name: bin-alpine-arm64
7474
path: bin/ci-artifacts/bin-alpine-arm64
7575

7676
- name: Download Mac-OS Artifacts from build job
77-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
77+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
7878
with:
7979
name: bin-macos-13
8080
path: bin/ci-artifacts/bin-macos-13

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Download native Ubuntu 16.04 Artifacts from build job
6565
if: ${{ matrix.machine == 'ubuntu-22.04' }}
66-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
66+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
6767
with:
6868
name: bin-ubuntu1604-native
6969
path: bin/ci-artifacts/bin-ubuntu1604-native

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
path: ${{ env.NUGET_PACKAGES }}
8383

8484
- name: Download Artifacts from build job
85-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
85+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
8686
with:
8787
name: bin-${{ matrix.artifact-name }}
8888
path: bin/tracer-home
@@ -141,7 +141,7 @@ jobs:
141141
path: ${{ env.NUGET_PACKAGES }}
142142

143143
- name: Download Artifacts from build job
144-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
144+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
145145
with:
146146
name: bin-${{ matrix.artifact-name }}
147147
path: bin/tracer-home
@@ -184,7 +184,7 @@ jobs:
184184
path: ${{ env.NUGET_PACKAGES }}
185185

186186
- name: Download Artifacts from build job
187-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
187+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
188188
with:
189189
name: bin-${{ matrix.artifact-name }}
190190
path: bin/tracer-home
@@ -238,7 +238,7 @@ jobs:
238238
fetch-depth: 0 # fetching all, needed to correctly calculate version
239239

240240
- name: Download Artifacts from build job
241-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
241+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
242242
with:
243243
name: bin-${{ matrix.build-source }}
244244
path: bin/tracer-home
@@ -284,7 +284,7 @@ jobs:
284284
path: ${{ env.NUGET_PACKAGES }}
285285

286286
- name: Download NuGet Artifacts from build-nuget-packages job
287-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
287+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
288288
with:
289289
name: bin-nuget-packages
290290
path: bin/nuget-artifacts/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag: v4.2.2
4141

4242
- name: Download artifacts
43-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag: v4.3.0
43+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag: v5.0.0
4444
with:
4545
path: .
4646

0 commit comments

Comments
 (0)