File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292
9393 # load docker images from build jobs
9494 - name : Load images from artifacts
95- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
95+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9696 with :
9797 path : built-docker-image
9898 pattern : built-docker-image-*
Original file line number Diff line number Diff line change 3838 minikube status
3939
4040 - name : Load images from artifacts
41- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
41+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4242 with :
4343 path : built-docker-image
4444 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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
50+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5151 with :
5252 pattern : oas-*
5353
Original file line number Diff line number Diff line change 4141
4242 # only download digests for this image and this os
4343 - name : Download digests
44- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
44+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4545 with :
4646 path : ${{ runner.temp }}/digests
4747 pattern : digests-${{ matrix.docker-image}}-${{ matrix.os }}-*
Original file line number Diff line number Diff line change 3333
3434 # load docker images from build jobs
3535 - name : Load images from artifacts
36- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
36+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3737 with :
3838 path : built-docker-image
3939 pattern : built-docker-image-*
You can’t perform that action at this time.
0 commit comments