Skip to content

Commit 425f67f

Browse files
dependabot[bot]dannywillems
authored andcommitted
Build(deps): 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 fb74a38 commit 425f67f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
rm -rf /var/lib/apt/lists/*
295295
296296
- name: Download tests
297-
uses: actions/download-artifact@v4
297+
uses: actions/download-artifact@v5
298298
with:
299299
pattern: tests*-${{ github.sha }}
300300
merge-multiple: true
@@ -375,13 +375,13 @@ jobs:
375375
rm -rf /var/lib/apt/lists/*
376376
377377
- name: Download tests
378-
uses: actions/download-artifact@v4
378+
uses: actions/download-artifact@v5
379379
with:
380380
pattern: tests*-${{ github.sha }}
381381
merge-multiple: true
382382

383383
- name: Download tests
384-
uses: actions/download-artifact@v4
384+
uses: actions/download-artifact@v5
385385
with:
386386
pattern: tests-webrtc*-${{ github.sha }}
387387
merge-multiple: true
@@ -432,7 +432,7 @@ jobs:
432432
rm -rf /var/lib/apt/lists/*
433433
434434
- name: Download tests
435-
uses: actions/download-artifact@v4
435+
uses: actions/download-artifact@v5
436436
with:
437437
pattern: tests*-${{ github.sha }}
438438
merge-multiple: true
@@ -467,12 +467,12 @@ jobs:
467467

468468
steps:
469469
- name: Download binary
470-
uses: actions/download-artifact@v4
470+
uses: actions/download-artifact@v5
471471
with:
472472
name: bin-${{ github.sha }}
473473

474474
- name: Download test
475-
uses: actions/download-artifact@v4
475+
uses: actions/download-artifact@v5
476476
with:
477477
pattern: tests*-${{ github.sha }}
478478
merge-multiple: true

.github/workflows/docker-heartbeats-processor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- build-heartbeat-processor-image
7070
steps:
7171
- name: Download digests
72-
uses: actions/download-artifact@v4
72+
uses: actions/download-artifact@v5
7373
with:
7474
path: /tmp/digests
7575
pattern: heartbeat-processor-digests-*

0 commit comments

Comments
 (0)