File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 # export docker images to be used in next jobs below
6666 - name : Upload image ${{ matrix.docker-image }} as artifact
6767 timeout-minutes : 15
68- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
68+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6969 with :
7070 name : built-docker-image-${{ matrix.docker-image }}-${{ matrix.os }}-${{ env.PLATFORM }}
7171 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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
54+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5555 with :
5656 name : oas-${{ matrix.file-type }}
5757 path : oas.${{ matrix.file-type }}
You can’t perform that action at this time.
0 commit comments