File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
70
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
85
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
86
86
with :
87
87
name : ${{ inputs.apply-patch-2 }}
88
88
path : /tmp/
@@ -143,7 +143,7 @@ jobs:
143
143
144
144
- name : upload patch
145
145
if : ${{ inputs.patch-cmd != '' }}
146
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
146
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
147
147
with :
148
148
name : ${{ inputs.name }}.patch
149
149
path : ${{ inputs.name }}.patch
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
273
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
274
274
with :
275
275
pattern : " *.patch"
276
276
path : /tmp/artifacts
You can’t perform that action at this time.
0 commit comments