Skip to content

Commit 8504a44

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 29decd0 commit 8504a44

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@v5
172+
uses: actions/download-artifact@v6
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@v5
273+
uses: actions/download-artifact@v6
274274
with:
275275
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
276276

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

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

@@ -470,12 +470,12 @@ jobs:
470470
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
471471
steps:
472472
- name: Download artifact
473-
uses: actions/download-artifact@v5
473+
uses: actions/download-artifact@v6
474474
with:
475475
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
476476

477477
- name: Download wheel artifact
478-
uses: actions/download-artifact@v5
478+
uses: actions/download-artifact@v6
479479
with:
480480
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
481481

@@ -536,7 +536,7 @@ jobs:
536536
with:
537537
fetch-depth: 0
538538
- name: Download artifact
539-
uses: actions/download-artifact@v5
539+
uses: actions/download-artifact@v6
540540
with:
541541
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
542542
- name: Add conda to system path
@@ -711,7 +711,7 @@ jobs:
711711
git clone --recurse-submodules https://github.com/data-apis/array-api-tests array-api-tests
712712
cd array-api-tests
713713
- name: Download artifact
714-
uses: actions/download-artifact@v5
714+
uses: actions/download-artifact@v6
715715
with:
716716
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
717717
- name: Add conda to system path

0 commit comments

Comments
 (0)