File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
68
68
- name : download first patch
69
69
if : ${{ steps.check.outputs.build == 'y' && inputs.apply-patch != '' }}
70
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
70
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
71
71
with :
72
72
name : ${{ inputs.apply-patch }}
73
73
path : /tmp/
82
82
83
83
- name : download second patch
84
84
if : ${{ steps.check.outputs.build == 'y' && inputs.apply-patch-2 != '' }}
85
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
85
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
86
86
with :
87
87
name : ${{ inputs.apply-patch-2 }}
88
88
path : /tmp/
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270
270
with :
271
271
ref : ${{ github.event.pull_request.head.ref }}
272
272
- name : download all artifacts
273
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
273
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
274
274
with :
275
275
pattern : " *.patch"
276
276
path : /tmp/artifacts
You can’t perform that action at this time.
0 commit comments