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 @@ -104,7 +104,7 @@ jobs:
104104 password : ${{ github.token }}
105105
106106 - name : Download Bake Metadata
107- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
107+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
108108 with :
109109 name : ${{ inputs.app }}-bake-metadata
110110 path : ${{ runner.temp }}
@@ -177,13 +177,13 @@ jobs:
177177 persist-credentials : false
178178
179179 - name : Download Bake Metadata
180- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
180+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
181181 with :
182182 name : ${{ inputs.app }}-bake-metadata
183183 path : ${{ runner.temp }}
184184
185185 - name : Download Digests
186- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
186+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
187187 with :
188188 path : ${{ runner.temp }}/digests
189189 pattern : ${{ inputs.app }}-digests-*
You can’t perform that action at this time.
0 commit comments