Skip to content

Commit 5995af2

Browse files
workflows: bump actions/download-artifact from 3 to 4 (#8303)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c1f934 commit 5995af2

5 files changed

+5
-5
lines changed

.github/workflows/call-build-macos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Download all artefacts
118118
continue-on-error: true
119-
uses: actions/download-artifact@v3
119+
uses: actions/download-artifact@v4
120120
with:
121121
name: macos-packages
122122
path: artifacts/

.github/workflows/call-build-windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196

197197
- name: Download all artefacts
198198
continue-on-error: true
199-
uses: actions/download-artifact@v3
199+
uses: actions/download-artifact@v4
200200
with:
201201
name: windows-packages
202202
path: artifacts/

.github/workflows/cron-unstable-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160

161161
- name: Download all artefacts
162162
continue-on-error: true
163-
uses: actions/download-artifact@v3
163+
uses: actions/download-artifact@v4
164164
with:
165165
path: artifacts/
166166

.github/workflows/pr-perf-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
permissions:
3333
pull-requests: write
3434
steps:
35-
- uses: actions/download-artifact@v3
35+
- uses: actions/download-artifact@v4
3636

3737
- name: Upload plots to CML
3838
run: |

.github/workflows/staging-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Download the schema generated by call-build-images
9595
# We may have no schema so ignore that failure
9696
continue-on-error: true
97-
uses: actions/download-artifact@v3
97+
uses: actions/download-artifact@v4
9898
with:
9999
name: fluent-bit-schema-${{ needs.staging-build-get-meta.outputs.version }}
100100
path: artifacts/

0 commit comments

Comments
 (0)