Skip to content

Commit 72f0d8d

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0 (#2639)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0.
1 parent e83b3d3 commit 72f0d8d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/check-onemath.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
fetch-depth: 0
8888

8989
- name: Download artifact
90-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
90+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9191
with:
9292
name: ${{ env.environment-file-name }}
9393
path: ${{ env.environment-file-loc }}
@@ -179,7 +179,7 @@ jobs:
179179
fetch-depth: 0
180180

181181
- name: Download artifact
182-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
182+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
183183
with:
184184
name: ${{ env.environment-file-name }}
185185
path: ${{ env.environment-file-loc }}

.github/workflows/conda-package.yml

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

148148
- name: Download artifact
149-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
149+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
150150
with:
151151
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
152152
path: ${{ env.pkg-path-in-channel }}
@@ -274,7 +274,7 @@ jobs:
274274
path: ${{ env.dpnp-repo-path }}
275275

276276
- name: Download artifact
277-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
277+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
278278
with:
279279
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
280280
path: ${{ env.pkg-path-in-channel }}
@@ -430,12 +430,12 @@ jobs:
430430
fetch-depth: ${{ env.fetch-depth }}
431431

432432
- name: Download artifact
433-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
433+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
434434
with:
435435
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
436436

437437
- name: Download wheels artifact
438-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
438+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
439439
with:
440440
name: ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
441441

@@ -519,7 +519,7 @@ jobs:
519519
path: ${{ env.dpnp-repo-path }}
520520

521521
- name: Download artifact
522-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
522+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
523523
with:
524524
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
525525
path: ${{ env.pkg-path-in-channel }}

0 commit comments

Comments
 (0)