Skip to content

Commit a568609

Browse files
⬆ Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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>
1 parent 26b79b4 commit a568609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/smokeshow.yml

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

2121
- run: pip install smokeshow
2222

23-
- uses: actions/download-artifact@v4
23+
- uses: actions/download-artifact@v6
2424
with:
2525
name: coverage-html
2626
path: backend/htmlcov

0 commit comments

Comments
 (0)