Skip to content

Commit 7e767ef

Browse files
authored
Merge pull request #148 from hibtc/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 6fa323a + 438851f commit 7e767ef

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)