Skip to content

Commit 4380e1d

Browse files
⬆ Bump actions/download-artifact from 5 to 6 (#101)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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> Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
1 parent 00ddec8 commit 4380e1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/smokeshow.yml

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

2424
- run: pip install smokeshow
2525

26-
- uses: actions/download-artifact@v5
26+
- uses: actions/download-artifact@v6
2727
with:
2828
name: coverage-html
2929
path: htmlcov

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install uv
102102
uses: astral-sh/setup-uv@v7
103103
- name: Get coverage files
104-
uses: actions/download-artifact@v5
104+
uses: actions/download-artifact@v6
105105
with:
106106
pattern: coverage-*
107107
path: coverage

0 commit comments

Comments
 (0)