File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252
5353 # load docker images from build jobs
5454 - name : Load images from artifacts
55- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
55+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
5656 with :
5757 path : built-docker-image
5858 pattern : built-docker-image-*
Original file line number Diff line number Diff line change 4747 minikube status
4848
4949 - name : Load images from artifacts
50- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
50+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
5151 with :
5252 path : built-docker-image
5353 pattern : built-docker-image-*
Original file line number Diff line number Diff line change 4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Load OAS files from artifacts
50- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
50+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
5151 with :
5252 pattern : oas-*
5353
Original file line number Diff line number Diff line change 3939
4040 # only download digests for this image and this os
4141 - name : Download digests
42- uses : actions/download-artifact@v4
42+ uses : actions/download-artifact@v5
4343 with :
4444 path : ${{ runner.temp }}/digests
4545 pattern : digests-${{ matrix.docker-image}}-${{ matrix.os }}-*
Original file line number Diff line number Diff line change 3131
3232 # load docker images from build jobs
3333 - name : Load images from artifacts
34- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
34+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
3535 with :
3636 path : built-docker-image
3737 pattern : built-docker-image-*
You can’t perform that action at this time.
0 commit comments