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 6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6262 steps :
6363 - name : Download container
64- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
64+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
6565 with :
6666 name : container
6767 - name : Push Container
Original file line number Diff line number Diff line change 8888 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8989 steps :
9090 - name : Download container
91- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
91+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
9292
9393 - name : Push Container
9494 run : |
Original file line number Diff line number Diff line change 6666 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6767 steps :
6868 - name : Download Container
69- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
69+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
7070 with :
7171 name : container
7272 - name : Push Container
Original file line number Diff line number Diff line change @@ -144,12 +144,12 @@ jobs:
144144 - abi-dump
145145 steps :
146146 - name : Download baseline
147- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
147+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
148148 with :
149149 name : build-baseline
150150 path : build-baseline
151151 - name : Download latest
152- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
152+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
153153 with :
154154 name : build-latest
155155 path : build-latest
Original file line number Diff line number Diff line change @@ -148,17 +148,17 @@ jobs:
148148 - abi-dump
149149 steps :
150150 - name : Download baseline
151- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
151+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
152152 with :
153153 name : build-baseline
154154 path : build-baseline
155155 - name : Download latest
156- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
156+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
157157 with :
158158 name : build-latest
159159 path : build-latest
160160 - name : Download symbol list
161- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
161+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
162162 with :
163163 name : symbol-list
164164 path : symbol-list
Original file line number Diff line number Diff line change 4444 - name : Download Previous Stage Artifact
4545 if : ${{ inputs.previous-artifact }}
4646 id : download
47- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
47+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
4848 with :
4949 pattern : ${{ runner.os }}-${{ runner.arch }}-${{ inputs.previous-artifact }}-*
5050 merge-multiple : true
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ jobs:
294294 sparse-checkout-cone-mode : false
295295
296296 - name : ' Download artifact'
297- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
297+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
298298 with :
299299 pattern : ' *-release-binary'
300300 merge-multiple : true
You can’t perform that action at this time.
0 commit comments