Skip to content

Commit 86a5491

Browse files
⬆ Bump actions/download-artifact from 6 to 7 (#260)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 451d4c1 commit 86a5491

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
@@ -30,7 +30,7 @@ jobs:
3030
requirements**.txt
3131
pyproject.toml
3232
- run: uv pip install -r requirements-github-actions.txt
33-
- uses: actions/download-artifact@v6
33+
- uses: actions/download-artifact@v7
3434
with:
3535
name: coverage-html
3636
path: htmlcov

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
requirements**.txt
106106
pyproject.toml
107107
- name: Get coverage files
108-
uses: actions/download-artifact@v6
108+
uses: actions/download-artifact@v7
109109
with:
110110
pattern: coverage-*
111111
path: coverage

0 commit comments

Comments
 (0)