Skip to content

Commit 100c799

Browse files
⬆ Bump actions/download-artifact from 5 to 6 (#233)
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 38fd994 commit 100c799

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-github-actions.txt
36-
- uses: actions/download-artifact@v5
36+
- uses: actions/download-artifact@v6
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
@@ -100,7 +100,7 @@ jobs:
100100
requirements**.txt
101101
pyproject.toml
102102
- name: Get coverage files
103-
uses: actions/download-artifact@v5
103+
uses: actions/download-artifact@v6
104104
with:
105105
pattern: coverage-*
106106
path: coverage

0 commit comments

Comments
 (0)