Skip to content

Commit 8c23f90

Browse files
chore: 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 5e9f568 commit 8c23f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
python-version: "3.9"
6868
- run: pip install smokeshow
69-
- uses: actions/download-artifact@v4
69+
- uses: actions/download-artifact@v5
7070
with:
7171
name: coverage-html
7272
path: htmlcov

0 commit comments

Comments
 (0)