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 @@ -155,7 +155,7 @@ jobs:
155
155
156
156
steps :
157
157
- name : Download artifact
158
- uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
158
+ uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
159
159
with :
160
160
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
161
161
path : ${{ env.pkg-path-in-channel }}
@@ -256,7 +256,7 @@ jobs:
256
256
257
257
steps :
258
258
- name : Download artifact
259
- uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
259
+ uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
260
260
with :
261
261
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
262
262
path : ${{ env.pkg-path-in-channel }}
@@ -391,7 +391,7 @@ jobs:
391
391
392
392
steps :
393
393
- name : Download artifact
394
- uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
394
+ uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
395
395
with :
396
396
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
397
397
You can’t perform that action at this time.
0 commit comments