File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 # export docker images to be used in next jobs below
6868 - name : Upload image ${{ matrix.docker-image }} as artifact
6969 timeout-minutes : 15
70- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
70+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7171 with :
7272 name : built-docker-image-${{ matrix.docker-image }}-${{ matrix.os }}-${{ env.PLATFORM }}
7373 path : ${{ matrix.docker-image }}-${{ matrix.os }}-${{ env.PLATFORM }}_img
Original file line number Diff line number Diff line change 5151 run : docker compose down
5252
5353 - name : Upload oas.${{ matrix.file-type }} as artifact
54- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
54+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5555 with :
5656 name : oas-${{ matrix.file-type }}
5757 path : oas.${{ matrix.file-type }}
Original file line number Diff line number Diff line change 5858
5959 # load docker images from build jobs
6060 - name : Load images from artifacts
61- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
61+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
6262 with :
6363 path : built-docker-image
6464 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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
41+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
50+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
5151 with :
5252 pattern : oas-*
5353
Original file line number Diff line number Diff line change 8989
9090 # upload the digest file as artifact
9191 - name : Upload digest
92- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
92+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9393 with :
9494 name : digests-${{ matrix.docker-image}}-${{ matrix.os }}-${{ env.PLATFORM }}
9595 path : ${{ runner.temp }}/digests/*
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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
44+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
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 3636
3737 # load docker images from build jobs
3838 - name : Load images from artifacts
39- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
39+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
4040 with :
4141 path : built-docker-image
4242 pattern : built-docker-image-*
You can’t perform that action at this time.
0 commit comments