Skip to content

Commit 7c272da

Browse files
Bump actions/download-artifact from 4.2.1 to 4.3.0 (#2427)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0.
1 parent d65ad95 commit 7c272da

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/check-mkl-interfaces.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
fetch-depth: 0
8484

8585
- name: Download artifact
86-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
86+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8787
with:
8888
name: ${{ env.environment-file-name }}
8989
path: ${{ env.environment-file-loc }}
@@ -176,7 +176,7 @@ jobs:
176176
fetch-depth: 0
177177

178178
- name: Download artifact
179-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
179+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
180180
with:
181181
name: ${{ env.environment-file-name }}
182182
path: ${{ env.environment-file-loc }}

.github/workflows/conda-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
path: ${{ env.dpnp-repo-path }}
150150

151151
- name: Download artifact
152-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
152+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
153153
with:
154154
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
155155
path: ${{ env.pkg-path-in-channel }}
@@ -281,7 +281,7 @@ jobs:
281281
path: ${{ env.dpnp-repo-path }}
282282

283283
- name: Download artifact
284-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
284+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
285285
with:
286286
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
287287
path: ${{ env.pkg-path-in-channel }}
@@ -445,12 +445,12 @@ jobs:
445445
fetch-depth: ${{ env.fetch-depth }}
446446

447447
- name: Download artifact
448-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
448+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
449449
with:
450450
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
451451

452452
- name: Download wheels artifact
453-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
453+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
454454
with:
455455
name: ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
456456

@@ -533,7 +533,7 @@ jobs:
533533
path: ${{ env.dpnp-repo-path }}
534534

535535
- name: Download artifact
536-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
536+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
537537
with:
538538
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
539539
path: ${{ env.pkg-path-in-channel }}

0 commit comments

Comments
 (0)