Skip to content

Commit 7ffae66

Browse files
Tomas BacaTomas Baca
Tomas Baca
authored and
Tomas Baca
committed
upped download artifact action
1 parent 29bd746 commit 7ffae66

21 files changed

+123
-82
lines changed

.github/workflows/rostest_and_release_mrs_amd64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
max-parallel: 1 # Run jobs serially
6161
steps:
6262
- name: Load artifacts
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
65-
name: artifacts
65+
pattern: artifacts
66+
merge-multiple: true
6667
path: /tmp/artifacts/
6768
- uses: actions/checkout@v3
6869
with:
@@ -91,9 +92,10 @@ jobs:
9192
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
9293
steps:
9394
- name: Load artifacts
94-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9596
with:
96-
name: artifacts
97+
pattern: artifacts
98+
merge-multiple: true
9799
path: /tmp/artifacts/
98100
- id: execute
99101
run: |

.github/workflows/rostest_stable.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ jobs:
4949
job: ${{ fromJson(needs.generate-jobs.outputs.packages) }}
5050
steps:
5151
- name: Load artifacts
52-
uses: actions/download-artifact@v3
52+
uses: actions/download-artifact@v4
5353
with:
54-
name: artifacts
54+
pattern: artifacts
55+
merge-multiple: true
5556
path: /tmp/artifacts/
5657
- uses: actions/checkout@v3
5758
with:

.github/workflows/rostest_to_release.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
runs-on: ubuntu-20.04
2929
steps:
3030
- name: Load artifacts
31-
uses: actions/download-artifact@v3
31+
uses: actions/download-artifact@v4
3232
with:
33-
name: artifacts
33+
pattern: artifacts
34+
merge-multiple: true
3435
path: /tmp/artifacts/
3536
- uses: actions/checkout@v3
3637
with:
@@ -72,9 +73,10 @@ jobs:
7273
job: ${{ fromJson(needs.generate-jobs.outputs.packages) }}
7374
steps:
7475
- name: Load artifacts
75-
uses: actions/download-artifact@v3
76+
uses: actions/download-artifact@v4
7677
with:
77-
name: artifacts
78+
pattern: artifacts
79+
merge-multiple: true
7880
path: /tmp/artifacts/
7981
- uses: actions/checkout@v3
8082
with:
@@ -115,9 +117,10 @@ jobs:
115117
needs: test-job
116118
steps:
117119
- name: Load artifacts
118-
uses: actions/download-artifact@v3
120+
uses: actions/download-artifact@v4
119121
with:
120-
name: artifacts
122+
pattern: artifacts
123+
merge-multiple: true
121124
path: /tmp/artifacts/
122125
- uses: actions/checkout@v3
123126
with:

.github/workflows/rostest_unstable.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ jobs:
4949
job: ${{ fromJson(needs.generate-jobs.outputs.packages) }}
5050
steps:
5151
- name: Load artifacts
52-
uses: actions/download-artifact@v3
52+
uses: actions/download-artifact@v4
5353
with:
54-
name: artifacts
54+
pattern: artifacts
55+
merge-multiple: true
5556
path: /tmp/artifacts/
5657
- uses: actions/checkout@v3
5758
with:

.github/workflows/stable_mrs_amd64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
max-parallel: 1 # Run jobs serially
6161
steps:
6262
- name: Load artifacts
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
65-
name: artifacts
65+
pattern: artifacts
66+
merge-multiple: true
6667
path: /tmp/artifacts/
6768
- uses: actions/checkout@v3
6869
with:
@@ -91,9 +92,10 @@ jobs:
9192
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
9293
steps:
9394
- name: Load artifacts
94-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9596
with:
96-
name: artifacts
97+
pattern: artifacts
98+
merge-multiple: true
9799
path: /tmp/artifacts/
98100
- id: execute
99101
run: |

.github/workflows/stable_mrs_arm64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
max-parallel: 1 # Run jobs serially
6161
steps:
6262
- name: Load artifacts
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
65-
name: artifacts
65+
pattern: artifacts
66+
merge-multiple: true
6667
path: /tmp/artifacts/
6768
- uses: actions/checkout@v3
6869
with:
@@ -116,9 +117,10 @@ jobs:
116117
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
117118
steps:
118119
- name: Load artifacts
119-
uses: actions/download-artifact@v3
120+
uses: actions/download-artifact@v4
120121
with:
121-
name: artifacts
122+
pattern: artifacts
123+
merge-multiple: true
122124
path: /tmp/artifacts/
123125
- id: execute
124126
run: |

.github/workflows/stable_nonbloom_amd64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656
max-parallel: 1 # Run jobs serially
5757
steps:
5858
- name: Load artifacts
59-
uses: actions/download-artifact@v3
59+
uses: actions/download-artifact@v4
6060
with:
61-
name: artifacts
61+
pattern: artifacts
62+
merge-multiple: true
6263
path: /tmp/artifacts/
6364
- uses: actions/checkout@v3
6465
with:
@@ -87,9 +88,10 @@ jobs:
8788
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
8889
steps:
8990
- name: Load artifacts
90-
uses: actions/download-artifact@v3
91+
uses: actions/download-artifact@v4
9192
with:
92-
name: artifacts
93+
pattern: artifacts
94+
merge-multiple: true
9395
path: /tmp/artifacts/
9496
- id: execute
9597
run: |

.github/workflows/stable_nonbloom_arm64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656
max-parallel: 1 # Run jobs serially
5757
steps:
5858
- name: Load artifacts
59-
uses: actions/download-artifact@v3
59+
uses: actions/download-artifact@v4
6060
with:
61-
name: artifacts
61+
pattern: artifacts
62+
merge-multiple: true
6263
path: /tmp/artifacts/
6364
- uses: actions/checkout@v3
6465
with:
@@ -112,9 +113,10 @@ jobs:
112113
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
113114
steps:
114115
- name: Load artifacts
115-
uses: actions/download-artifact@v3
116+
uses: actions/download-artifact@v4
116117
with:
117-
name: artifacts
118+
pattern: artifacts
119+
merge-multiple: true
118120
path: /tmp/artifacts/
119121
- id: execute
120122
run: |

.github/workflows/stable_thirdparty_amd64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
max-parallel: 1 # Run jobs serially
6161
steps:
6262
- name: Load artifacts
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
65-
name: artifacts
65+
pattern: artifacts
66+
merge-multiple: true
6667
path: /tmp/artifacts/
6768
- uses: actions/checkout@v3
6869
with:
@@ -91,9 +92,10 @@ jobs:
9192
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
9293
steps:
9394
- name: Load artifacts
94-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9596
with:
96-
name: artifacts
97+
pattern: artifacts
98+
merge-multiple: true
9799
path: /tmp/artifacts/
98100
- id: execute
99101
run: |

.github/workflows/stable_thirdparty_arm64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
max-parallel: 1 # Run jobs serially
6161
steps:
6262
- name: Load artifacts
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
65-
name: artifacts
65+
pattern: artifacts
66+
merge-multiple: true
6667
path: /tmp/artifacts/
6768
- uses: actions/checkout@v3
6869
with:
@@ -116,9 +117,10 @@ jobs:
116117
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
117118
steps:
118119
- name: Load artifacts
119-
uses: actions/download-artifact@v3
120+
uses: actions/download-artifact@v4
120121
with:
121-
name: artifacts
122+
pattern: artifacts
123+
merge-multiple: true
122124
path: /tmp/artifacts/
123125
- id: execute
124126
run: |

.github/workflows/testing_nonbloom_amd64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656
max-parallel: 1 # Run jobs serially
5757
steps:
5858
- name: Load artifacts
59-
uses: actions/download-artifact@v3
59+
uses: actions/download-artifact@v4
6060
with:
61-
name: artifacts
61+
pattern: artifacts
62+
merge-multiple: true
6263
path: /tmp/artifacts/
6364
- uses: actions/checkout@v3
6465
with:
@@ -87,9 +88,10 @@ jobs:
8788
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
8889
steps:
8990
- name: Load artifacts
90-
uses: actions/download-artifact@v3
91+
uses: actions/download-artifact@v4
9192
with:
92-
name: artifacts
93+
pattern: artifacts
94+
merge-multiple: true
9395
path: /tmp/artifacts/
9496
- id: execute
9597
run: |

.github/workflows/testing_thirdparty_amd64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
max-parallel: 1 # Run jobs serially
6161
steps:
6262
- name: Load artifacts
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
65-
name: artifacts
65+
pattern: artifacts
66+
merge-multiple: true
6667
path: /tmp/artifacts/
6768
- uses: actions/checkout@v3
6869
with:
@@ -91,9 +92,10 @@ jobs:
9192
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
9293
steps:
9394
- name: Load artifacts
94-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9596
with:
96-
name: artifacts
97+
pattern: artifacts
98+
merge-multiple: true
9799
path: /tmp/artifacts/
98100
- id: execute
99101
run: |

.github/workflows/unstable_mrs_amd64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
max-parallel: 1 # Run jobs serially
6161
steps:
6262
- name: Load artifacts
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
65-
name: artifacts
65+
pattern: artifacts
66+
merge-multiple: true
6667
path: /tmp/artifacts/
6768
- uses: actions/checkout@v3
6869
with:
@@ -91,9 +92,10 @@ jobs:
9192
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
9293
steps:
9394
- name: Load artifacts
94-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9596
with:
96-
name: artifacts
97+
pattern: artifacts
98+
merge-multiple: true
9799
path: /tmp/artifacts/
98100
- id: execute
99101
run: |

.github/workflows/unstable_mrs_arm32.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
max-parallel: 1 # Run jobs serially
6161
steps:
6262
- name: Load artifacts
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
65-
name: artifacts
65+
pattern: artifacts
66+
merge-multiple: true
6667
path: /tmp/artifacts/
6768
- uses: actions/checkout@v3
6869
with:
@@ -116,9 +117,10 @@ jobs:
116117
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
117118
steps:
118119
- name: Load artifacts
119-
uses: actions/download-artifact@v3
120+
uses: actions/download-artifact@v4
120121
with:
121-
name: artifacts
122+
pattern: artifacts
123+
merge-multiple: true
122124
path: /tmp/artifacts/
123125
- id: execute
124126
run: |

.github/workflows/unstable_mrs_arm64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
max-parallel: 1 # Run jobs serially
6161
steps:
6262
- name: Load artifacts
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
65-
name: artifacts
65+
pattern: artifacts
66+
merge-multiple: true
6667
path: /tmp/artifacts/
6768
- uses: actions/checkout@v3
6869
with:
@@ -116,9 +117,10 @@ jobs:
116117
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
117118
steps:
118119
- name: Load artifacts
119-
uses: actions/download-artifact@v3
120+
uses: actions/download-artifact@v4
120121
with:
121-
name: artifacts
122+
pattern: artifacts
123+
merge-multiple: true
122124
path: /tmp/artifacts/
123125
- id: execute
124126
run: |

0 commit comments

Comments
 (0)