Skip to content

Commit df0e8a4

Browse files
⬆ Bump actions/download-artifact from 6 to 8 (#163)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 5879323 commit df0e8a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v6
26+
- uses: actions/download-artifact@v8
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@v6
104+
uses: actions/download-artifact@v8
105105
with:
106106
pattern: coverage-*
107107
path: coverage

0 commit comments

Comments
 (0)