Skip to content

Commit 08e3664

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] <[email protected]>
1 parent ed7f494 commit 08e3664

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@v4
307+
- uses: actions/download-artifact@v5
308308
with:
309309
name: dist
310310
path: dist/
@@ -343,7 +343,7 @@ jobs:
343343
- test
344344
- linting
345345
steps:
346-
- uses: actions/download-artifact@v4
346+
- uses: actions/download-artifact@v5
347347
with:
348348
name: dist
349349
path: dist/

0 commit comments

Comments
 (0)