Skip to content

Commit 4ec1ee2

Browse files
⬆ Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b963a07 commit 4ec1ee2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- run: pip install smokeshow
2626

27-
- uses: actions/download-artifact@v4
27+
- uses: actions/download-artifact@v5
2828
with:
2929
name: coverage-html
3030
path: htmlcov

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# cache: "pip"
9292
# cache-dependency-path: pyproject.toml
9393
- name: Get coverage files
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@v5
9595
with:
9696
pattern: coverage-*
9797
path: coverage

0 commit comments

Comments
 (0)