Skip to content

Commit 438851f

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] <[email protected]>
1 parent 57c4819 commit 438851f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
python-version: ${{ matrix.python }}
319319

320320
- name: Download cpymad wheels
321-
uses: actions/download-artifact@v5
321+
uses: actions/download-artifact@v6
322322
with:
323323
name: ${{ matrix.os.dist }}
324324
path: dist
@@ -353,7 +353,7 @@ jobs:
353353
- uses: actions/setup-python@v6
354354
with:
355355
python-version: '3.9'
356-
- uses: actions/download-artifact@v5
356+
- uses: actions/download-artifact@v6
357357
with:
358358
name: dist-linux-manylinux2014_x86_64
359359
path: dist
@@ -387,7 +387,7 @@ jobs:
387387

388388
steps:
389389
- name: Fetch built distributions
390-
uses: actions/download-artifact@v5
390+
uses: actions/download-artifact@v6
391391
with:
392392
path: download
393393

0 commit comments

Comments
 (0)