Skip to content

Commit b2c7933

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

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
@@ -103,7 +103,7 @@ jobs:
103103
requirements**.txt
104104
pyproject.toml
105105
- name: Get coverage files
106-
uses: actions/download-artifact@v5
106+
uses: actions/download-artifact@v6
107107
with:
108108
pattern: coverage-*
109109
path: coverage

0 commit comments

Comments
 (0)