Skip to content

Commit cf70e7b

Browse files
⬆ Bump actions/download-artifact from 6 to 7 (#23)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 502d004 commit cf70e7b

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
@@ -33,7 +33,7 @@ jobs:
3333
requirements**.txt
3434
pyproject.toml
3535
- run: uv pip install -r requirements-tests.txt
36-
- uses: actions/download-artifact@v6
36+
- uses: actions/download-artifact@v7
3737
with:
3838
name: coverage-html
3939
path: htmlcov

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)