Skip to content

Commit 72573e3

Browse files
authored
Merge pull request #488 from rsksmart/dependabot/github_actions/master/actions/download-artifact-5.0.0
Bump actions/download-artifact from 4.3.0 to 5.0.0
2 parents 63e476e + 18f9c28 commit 72573e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build_and_test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
cache: 'gradle'
105105

106106
- name: Download rskj
107-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 #v4.3.0
107+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0
108108
with:
109109
name: rskj
110110
path: rskj
@@ -171,13 +171,13 @@ jobs:
171171
cache: 'gradle'
172172

173173
- name: Download Build files
174-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 #v4.3.0
174+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0
175175
with:
176176
name: build_files
177177
path: ./
178178

179179
- name: Download rskj
180-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 #v4.3.0
180+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0
181181
with:
182182
name: rskj
183183
path: rskj
@@ -215,25 +215,25 @@ jobs:
215215
needs: federator-tests-java17
216216
steps:
217217
- name: Download Build files
218-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 #v4.3.0
218+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0
219219
with:
220220
name: build_files
221221

222222
- name: Download rskj
223-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 #v4.3.0
223+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0
224224
with:
225225
name: rskj
226226
path: rskj
227227

228228
- name: Download test results
229-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 #v4.3.0
229+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0
230230
with:
231231
name: test-results
232232
path: |
233233
build/test-results/
234234
235235
- name: Download test reports
236-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 #v4.3.0
236+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0
237237
with:
238238
name: test-reports
239239
path: |

0 commit comments

Comments
 (0)