Skip to content

Commit 19b88cc

Browse files
⬆ Bump actions/download-artifact from 5 to 6 (#6)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5609164 commit 19b88cc

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
@@ -36,7 +36,7 @@ jobs:
3636
requirements**.txt
3737
pyproject.toml
3838
- run: uv pip install -r requirements-tests.txt
39-
- uses: actions/download-artifact@v5
39+
- uses: actions/download-artifact@v6
4040
with:
4141
name: coverage-html
4242
path: htmlcov

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
requirements**.txt
100100
pyproject.toml
101101
- name: Get coverage files
102-
uses: actions/download-artifact@v5
102+
uses: actions/download-artifact@v6
103103
with:
104104
pattern: coverage-*
105105
path: coverage

0 commit comments

Comments
 (0)