Skip to content

Commit d5a90bb

Browse files
Bump actions/download-artifact from 5 to 6
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>
1 parent d11c591 commit d5a90bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
- name: Install
305305
run: |
306306
pip install tox
307-
- uses: actions/download-artifact@v5
307+
- uses: actions/download-artifact@v6
308308
with:
309309
name: dist
310310
path: dist/
@@ -343,7 +343,7 @@ jobs:
343343
- test
344344
- linting
345345
steps:
346-
- uses: actions/download-artifact@v5
346+
- uses: actions/download-artifact@v6
347347
with:
348348
name: dist
349349
path: dist/

0 commit comments

Comments
 (0)