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 @@ -156,7 +156,7 @@ jobs:
156
156
157
157
steps :
158
158
- name : Download artifact
159
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
159
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
160
160
with :
161
161
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
162
162
path : ${{ env.pkg-path-in-channel }}
@@ -271,7 +271,7 @@ jobs:
271
271
272
272
steps :
273
273
- name : Download artifact
274
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
274
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
275
275
with :
276
276
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
277
277
path : ${{ env.pkg-path-in-channel }}
@@ -417,7 +417,7 @@ jobs:
417
417
418
418
steps :
419
419
- name : Download artifact
420
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
420
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
421
421
with :
422
422
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
423
423
You can’t perform that action at this time.
0 commit comments