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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
70+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
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 5555 run : docker compose down
5656
5757 - name : Upload oas.${{ matrix.file-type }} as artifact
58- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
58+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5959 with :
6060 name : oas-${{ matrix.file-type }}
6161 path : oas.${{ matrix.file-type }}
Original file line number Diff line number Diff line change 9090
9191 # upload the digest file as artifact
9292 - name : Upload digest
93- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
93+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9494 with :
9595 name : digests-${{ matrix.docker-image}}-${{ matrix.os }}-${{ env.PLATFORM }}
9696 path : ${{ runner.temp }}/digests/*
You can’t perform that action at this time.
0 commit comments