File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
154
154
steps :
155
155
- name : Download artifact
156
- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
156
+ uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
157
157
with :
158
158
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
159
159
path : ${{ env.pkg-path-in-channel }}
@@ -254,7 +254,7 @@ jobs:
254
254
255
255
steps :
256
256
- name : Download artifact
257
- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
257
+ uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
258
258
with :
259
259
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
260
260
path : ${{ env.pkg-path-in-channel }}
@@ -388,7 +388,7 @@ jobs:
388
388
389
389
steps :
390
390
- name : Download artifact
391
- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
391
+ uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
392
392
with :
393
393
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
394
394
You can’t perform that action at this time.
0 commit comments