Skip to content

Commit c943c6a

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 f79637c commit c943c6a

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
@@ -309,7 +309,7 @@ jobs:
309309
python-version: ${{ matrix.python }}
310310

311311
- name: Download cpymad wheels
312-
uses: actions/download-artifact@v4
312+
uses: actions/download-artifact@v5
313313
with:
314314
name: ${{ matrix.os.dist }}
315315
path: dist
@@ -344,7 +344,7 @@ jobs:
344344
- uses: actions/setup-python@v5
345345
with:
346346
python-version: '3.9'
347-
- uses: actions/download-artifact@v4
347+
- uses: actions/download-artifact@v5
348348
with:
349349
name: dist-linux-manylinux2014_x86_64
350350
path: dist
@@ -378,7 +378,7 @@ jobs:
378378

379379
steps:
380380
- name: Fetch built distributions
381-
uses: actions/download-artifact@v4
381+
uses: actions/download-artifact@v5
382382
with:
383383
path: download
384384

0 commit comments

Comments
 (0)