Skip to content

Commit e35a602

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#5428)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88872f4 commit e35a602

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,22 +214,22 @@ jobs:
214214
cache: pip
215215
python-version: '3.11'
216216
- name: Download e2e coverage
217-
uses: actions/download-artifact@v4
217+
uses: actions/download-artifact@v5
218218
with:
219219
pattern: coverage-e2e-data-*
220220
merge-multiple: true
221221
- name: Download monitoring coverage
222-
uses: actions/download-artifact@v4
222+
uses: actions/download-artifact@v5
223223
with:
224224
pattern: coverage-monitoring-data-*
225225
merge-multiple: true
226226
- name: Download integrations coverage
227-
uses: actions/download-artifact@v4
227+
uses: actions/download-artifact@v5
228228
with:
229229
pattern: coverage-integrations-data-*
230230
merge-multiple: true
231231
- name: Download unit coverage
232-
uses: actions/download-artifact@v4
232+
uses: actions/download-artifact@v5
233233
with:
234234
pattern: coverage-unit-data-*
235235
merge-multiple: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
permissions:
2626
id-token: write
2727
steps:
28-
- uses: actions/download-artifact@v4
28+
- uses: actions/download-artifact@v5
2929
with:
3030
name: dist
3131
path: dist

0 commit comments

Comments
 (0)