Skip to content

Commit 4aa7591

Browse files
dependabot[bot]patrick-stephens
authored andcommitted
workflows: bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6721b87 commit 4aa7591

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
raw,latest
174174
175175
- name: Download production digests
176-
uses: actions/download-artifact@v4
176+
uses: actions/download-artifact@v5
177177
with:
178178
pattern: production-digests-*
179179
path: /tmp/production-digests
@@ -225,7 +225,7 @@ jobs:
225225
raw,latest-debug
226226
227227
- name: Download debug digests
228-
uses: actions/download-artifact@v4
228+
uses: actions/download-artifact@v5
229229
with:
230230
pattern: debug-digests-*
231231
path: /tmp/debug-digests

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

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

140140
- name: Download all artefacts
141141
continue-on-error: true
142-
uses: actions/download-artifact@v4
142+
uses: actions/download-artifact@v5
143143
with:
144144
name: macos-packages on ${{ matrix.config.os }}
145145
path: artifacts/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
ref: master
212212

213213
- name: Download all artefacts
214-
uses: actions/download-artifact@v4
214+
uses: actions/download-artifact@v5
215215
with:
216216
pattern: windows-packages-*
217217
merge-multiple: true

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

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

174174
- name: Download all artefacts
175175
continue-on-error: true
176-
uses: actions/download-artifact@v4
176+
uses: actions/download-artifact@v5
177177
with:
178178
path: artifacts/
179179

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

Lines changed: 1 addition & 1 deletion
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@v4
35+
- uses: actions/download-artifact@v5
3636

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

.github/workflows/staging-build.yaml

Lines changed: 1 addition & 1 deletion
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@v4
97+
uses: actions/download-artifact@v5
9898
with:
9999
name: fluent-bit-schema-${{ needs.staging-build-get-meta.outputs.version }}
100100
path: artifacts/

0 commit comments

Comments
 (0)