File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# load docker images from build jobs
47
47
- name : Load images from artifacts
48
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
48
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
49
49
with :
50
50
path : built-docker-image
51
51
pattern : built-docker-image-*
Original file line number Diff line number Diff line change 48
48
minikube status
49
49
50
50
- name : Load images from artifacts
51
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
51
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
52
52
with :
53
53
path : built-docker-image
54
54
pattern : built-docker-image-*
Original file line number Diff line number Diff line change 47
47
runs-on : ubuntu-latest
48
48
steps :
49
49
- name : Load OAS files from artifacts
50
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
50
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
51
51
with :
52
52
pattern : oas-*
53
53
Original file line number Diff line number Diff line change 31
31
32
32
# load docker images from build jobs
33
33
- name : Load images from artifacts
34
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
34
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
35
35
with :
36
36
path : built-docker-image
37
37
pattern : built-docker-image-*
You can’t perform that action at this time.
0 commit comments