Skip to content

Commit d218383

Browse files
⬆ Bump actions/download-artifact from 7 to 8 (#327)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...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 4b68467 commit d218383

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
@@ -27,7 +27,7 @@ jobs:
2727
pyproject.toml
2828
uv.lock
2929
- run: uv sync --locked --no-dev --group github-actions
30-
- uses: actions/download-artifact@v7
30+
- uses: actions/download-artifact@v8
3131
with:
3232
name: coverage-html
3333
path: htmlcov

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
pyproject.toml
112112
uv.lock
113113
- name: Get coverage files
114-
uses: actions/download-artifact@v7
114+
uses: actions/download-artifact@v8
115115
with:
116116
pattern: coverage-*
117117
path: coverage

0 commit comments

Comments
 (0)