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 49
49
# export docker images to be used in next jobs below
50
50
- name : Upload image ${{ matrix.docker-image }} as artifact
51
51
timeout-minutes : 10
52
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
52
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
53
53
with :
54
54
name : built-docker-image-${{ matrix.docker-image }}-${{ matrix.os }}
55
55
path : ${{ matrix.docker-image }}-${{ matrix.os }}_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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
54
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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