File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
token : ${{ github.token }}
25
25
26
26
- name : Download artifacts
27
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4
27
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # infered from @v4
28
28
with :
29
29
name : kafbat-ui-${{ inputs.version }}
30
30
path : api/build/libs
Original file line number Diff line number Diff line change 26
26
steps :
27
27
28
28
- name : Download docker image
29
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4
29
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # infered from @v4
30
30
with :
31
31
name : image
32
32
path : /tmp
Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ jobs:
83
83
cache : ' gradle'
84
84
85
85
- name : Download build artifacts
86
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4
86
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # infered from @v4
87
87
with :
88
88
name : artifacts
89
89
path : api/build
90
90
91
91
- name : Download docker image
92
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4
92
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # infered from @v4
93
93
with :
94
94
name : image
95
95
path : /tmp
@@ -141,7 +141,7 @@ jobs:
141
141
if : ${{ !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }}
142
142
steps :
143
143
- name : Download allure reports artifact
144
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4
144
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # infered from @v4
145
145
with :
146
146
name : reports
147
147
path : ./e2e-tests/build/allure-results
You can’t perform that action at this time.
0 commit comments