Skip to content

Commit 0a1c28b

Browse files
Upgrade CI (13 Sep 2024 07:58:44)
1 parent 2bb3178 commit 0a1c28b

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/workflows/dco_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: |
9595
mkdir -p ./pr
9696
echo ${{ github.event.number }} > ./pr/NR
97-
- uses: actions/upload-artifact@v2
97+
- uses: actions/upload-artifact@v4
9898
with:
9999
name: pr
100100
path: pr/

.github/workflows/operator_release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,12 @@ jobs:
239239
cd operator-test-playbooks
240240
ansible-playbook -i localhost, -e ansible_connection=local -e run_upstream=true -e run_prepare_catalog_repo_upstream=true -e catalog_repo=$OPP_THIS_REPO_BASE/$OPP_THIS_REPO -e catalog_repo_branch=$OPP_THIS_BRANCH upstream/local.yml --tags reset_tools,operator_info -e operator_base_dir=/tmp/community-operators-for-catalog/operators -e operators=$OPP_FORCE_OPERATORS -e cluster_type=$OPP_PRODUCTION_TYPE -e strict_cluster_version_labels=true -e production_registry_namespace=$OPP_RELEASE_BUNDLE_REGISTRY/$OPP_RELEASE_BUNDLE_ORGANIZATION $ANSIBLE_ARGS
241241
- name: Upload operator_info
242-
uses: actions/upload-artifact@v2
242+
uses: actions/upload-artifact@v4
243243
with:
244244
name: operator_info
245245
path: "/tmp/operator-test/op_info.yaml"
246246
- name: Upload converted operators
247-
uses: actions/upload-artifact@v2
247+
uses: actions/upload-artifact@v4
248248
with:
249249
name: operators_converted
250250
path: "/tmp/operator-test/operators"
@@ -262,12 +262,12 @@ jobs:
262262
runs-on: ubuntu-latest
263263
steps:
264264
- name: Download operator_info
265-
uses: actions/download-artifact@v2
265+
uses: actions/download-artifact@v4
266266
with:
267267
name: operator_info
268268
path: /tmp/operator-test/
269269
- name: Download converted operators
270-
uses: actions/download-artifact@v2
270+
uses: actions/download-artifact@v4
271271
with:
272272
name: operators_converted
273273
path: /tmp/operator-test/operators
@@ -305,12 +305,12 @@ jobs:
305305
fail-fast: false
306306
steps:
307307
- name: Download operator_info
308-
uses: actions/download-artifact@v2
308+
uses: actions/download-artifact@v4
309309
with:
310310
name: operator_info
311311
path: /tmp/operator-test/
312312
- name: Download converted operators
313-
uses: actions/download-artifact@v2
313+
uses: actions/download-artifact@v4
314314
with:
315315
name: operators_converted
316316
path: /tmp/operator-test/operators

.github/workflows/operator_release_manual.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@ jobs:
246246
cd operator-test-playbooks
247247
ansible-playbook -i localhost, -e ansible_connection=local -e run_upstream=true -e run_prepare_catalog_repo_upstream=true -e catalog_repo=$OPP_THIS_REPO_BASE/$OPP_THIS_REPO -e catalog_repo_branch=$OPP_THIS_BRANCH upstream/local.yml --tags reset_tools,operator_info -e operator_base_dir=/tmp/community-operators-for-catalog/operators -e operators=$OPP_FORCE_OPERATORS -e cluster_type=$OPP_PRODUCTION_TYPE -e strict_cluster_version_labels=true -e production_registry_namespace=$OPP_RELEASE_BUNDLE_REGISTRY/$OPP_RELEASE_BUNDLE_ORGANIZATION $ANSIBLE_ARGS
248248
- name: Upload operator_info
249-
uses: actions/upload-artifact@v2
249+
uses: actions/upload-artifact@v4
250250
with:
251251
name: operator_info
252252
path: "/tmp/operator-test/op_info.yaml"
253253
- name: Upload converted operators
254-
uses: actions/upload-artifact@v2
254+
uses: actions/upload-artifact@v4
255255
with:
256256
name: operators_converted
257257
path: "/tmp/operator-test/operators"
@@ -269,12 +269,12 @@ jobs:
269269
runs-on: ubuntu-latest
270270
steps:
271271
- name: Download operator_info
272-
uses: actions/download-artifact@v2
272+
uses: actions/download-artifact@v4
273273
with:
274274
name: operator_info
275275
path: /tmp/operator-test/
276276
- name: Download converted operators
277-
uses: actions/download-artifact@v2
277+
uses: actions/download-artifact@v4
278278
with:
279279
name: operators_converted
280280
path: /tmp/operator-test/operators
@@ -311,12 +311,12 @@ jobs:
311311
fail-fast: false
312312
steps:
313313
- name: Download operator_info
314-
uses: actions/download-artifact@v2
314+
uses: actions/download-artifact@v4
315315
with:
316316
name: operator_info
317317
path: /tmp/operator-test/
318318
- name: Download converted operators
319-
uses: actions/download-artifact@v2
319+
uses: actions/download-artifact@v4
320320
with:
321321
name: operators_converted
322322
path: /tmp/operator-test/operators

.github/workflows/operator_test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,14 @@ jobs:
165165
allow-repeats: true
166166

167167
- name: Upload operator_info
168-
uses: actions/upload-artifact@v2
168+
uses: actions/upload-artifact@v4
169169
if: (steps.op-traffic-light.outputs.opp_op_delete == '0' || steps.op-traffic-light.outputs.opp_is_new_operatror == '1' || steps.op-traffic-light.outputs.opp_recreate == '1') && (steps.op-traffic-light.outputs.opp_ci_yaml_only == '0')
170170
with:
171171
name: operator_info
172172
path: "/tmp/operator-test/op_info.yaml"
173173
- name: Upload converted operators
174174
if: (steps.op-traffic-light.outputs.opp_op_delete == '0' || steps.op-traffic-light.outputs.opp_is_new_operatror == '1' || steps.op-traffic-light.outputs.opp_recreate == '1') && (steps.op-traffic-light.outputs.opp_ci_yaml_only == '0')
175-
uses: actions/upload-artifact@v2
175+
uses: actions/upload-artifact@v4
176176
with:
177177
name: operators_converted
178178
path: "/tmp/operator-test/operators"
@@ -207,12 +207,12 @@ jobs:
207207
with:
208208
ref: ${{ github.event.pull_request.head.sha }}
209209
- name: Download operator_info
210-
uses: actions/download-artifact@v2
210+
uses: actions/download-artifact@v4
211211
with:
212212
name: operator_info
213213
path: "/tmp/operator-test/"
214214
- name: Download converted operators
215-
uses: actions/download-artifact@v2
215+
uses: actions/download-artifact@v4
216216
with:
217217
name: operators_converted
218218
path: "/tmp/operator-test/operators"
@@ -394,7 +394,7 @@ jobs:
394394
run: |
395395
mkdir -p ./pr
396396
echo ${{ github.event.number }} > ./pr/NR
397-
- uses: actions/upload-artifact@v2
397+
- uses: actions/upload-artifact@v4
398398
with:
399399
name: pr
400400
path: pr/

0 commit comments

Comments
 (0)