File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 65
65
# export docker images to be used in next jobs below
66
66
- name : Upload image ${{ matrix.docker-image }} as artifact
67
67
timeout-minutes : 15
68
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
68
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
69
69
with :
70
70
name : built-docker-image-${{ matrix.docker-image }}-${{ matrix.os }}-${{ env.PLATFORM }}
71
71
path : ${{ matrix.docker-image }}-${{ matrix.os }}-${{ env.PLATFORM }}_img
Original file line number Diff line number Diff line change 51
51
run : docker compose down
52
52
53
53
- 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
55
55
with :
56
56
name : oas-${{ matrix.file-type }}
57
57
path : oas.${{ matrix.file-type }}
You can’t perform that action at this time.
0 commit comments