Skip to content

Commit 95059cb

Browse files
authored
Merge pull request #2133 from IntelPython/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 30d0a30 + 922621d commit 95059cb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/conda-package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
run: |
170170
echo ${{ env.CHANNELS }}
171171
- name: Download artifact
172-
uses: actions/download-artifact@v4
172+
uses: actions/download-artifact@v5
173173
with:
174174
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
175175
- name: Add conda to system path
@@ -270,7 +270,7 @@ jobs:
270270
echo ${{ env.CHANNELS }}
271271
272272
- name: Download artifact
273-
uses: actions/download-artifact@v4
273+
uses: actions/download-artifact@v5
274274
with:
275275
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
276276

@@ -426,12 +426,12 @@ jobs:
426426
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
427427
steps:
428428
- name: Download conda artifact
429-
uses: actions/download-artifact@v4
429+
uses: actions/download-artifact@v5
430430
with:
431431
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
432432

433433
- name: Download wheel artifact
434-
uses: actions/download-artifact@v4
434+
uses: actions/download-artifact@v5
435435
with:
436436
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
437437

@@ -465,12 +465,12 @@ jobs:
465465
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
466466
steps:
467467
- name: Download artifact
468-
uses: actions/download-artifact@v4
468+
uses: actions/download-artifact@v5
469469
with:
470470
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
471471

472472
- name: Download wheel artifact
473-
uses: actions/download-artifact@v4
473+
uses: actions/download-artifact@v5
474474
with:
475475
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
476476

@@ -531,7 +531,7 @@ jobs:
531531
with:
532532
fetch-depth: 0
533533
- name: Download artifact
534-
uses: actions/download-artifact@v4
534+
uses: actions/download-artifact@v5
535535
with:
536536
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
537537
- name: Add conda to system path
@@ -706,7 +706,7 @@ jobs:
706706
git clone --recurse-submodules https://github.com/data-apis/array-api-tests array-api-tests
707707
cd array-api-tests
708708
- name: Download artifact
709-
uses: actions/download-artifact@v4
709+
uses: actions/download-artifact@v5
710710
with:
711711
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
712712
- name: Add conda to system path

0 commit comments

Comments
 (0)