File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
release-binaries-setup-stage Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 61
61
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62
62
steps :
63
63
- name : Download container
64
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
64
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
65
65
with :
66
66
name : container
67
67
- name : Push Container
Original file line number Diff line number Diff line change 88
88
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
89
89
steps :
90
90
- name : Download container
91
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
91
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
92
92
93
93
- name : Push Container
94
94
run : |
Original file line number Diff line number Diff line change 66
66
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67
67
steps :
68
68
- name : Download Container
69
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
69
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
70
70
with :
71
71
name : container
72
72
- name : Push Container
Original file line number Diff line number Diff line change @@ -144,12 +144,12 @@ jobs:
144
144
- abi-dump
145
145
steps :
146
146
- name : Download baseline
147
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
147
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
148
148
with :
149
149
name : build-baseline
150
150
path : build-baseline
151
151
- name : Download latest
152
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
152
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
153
153
with :
154
154
name : build-latest
155
155
path : build-latest
Original file line number Diff line number Diff line change @@ -148,17 +148,17 @@ jobs:
148
148
- abi-dump
149
149
steps :
150
150
- name : Download baseline
151
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
151
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
152
152
with :
153
153
name : build-baseline
154
154
path : build-baseline
155
155
- name : Download latest
156
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
156
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
157
157
with :
158
158
name : build-latest
159
159
path : build-latest
160
160
- name : Download symbol list
161
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
161
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
162
162
with :
163
163
name : symbol-list
164
164
path : symbol-list
Original file line number Diff line number Diff line change 44
44
- name : Download Previous Stage Artifact
45
45
if : ${{ inputs.previous-artifact }}
46
46
id : download
47
- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
47
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
48
48
with :
49
49
pattern : ${{ runner.os }}-${{ runner.arch }}-${{ inputs.previous-artifact }}-*
50
50
merge-multiple : true
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ jobs:
294
294
sparse-checkout-cone-mode : false
295
295
296
296
- name : ' Download artifact'
297
- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
297
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
298
298
with :
299
299
pattern : ' *-release-binary'
300
300
merge-multiple : true
You can’t perform that action at this time.
0 commit comments