File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 type=docker,dest=./operator.tar
131131
132132 - name : Upload Operator artifact
133- uses : actions/upload-artifact@v4
133+ uses : actions/upload-artifact@v5
134134 with :
135135 name : operator_image
136136 path : ./operator.tar
@@ -152,7 +152,7 @@ jobs:
152152 make generate-manifests QUAY_IO_OPERATOR_IMAGE=quay.io/rabbitmqoperator/messaging-topology-operator:"${RELEASE_VERSION}"
153153
154154 - name : Upload operator manifests
155- uses : actions/upload-artifact@v4
155+ uses : actions/upload-artifact@v5
156156 with :
157157 name : operator-manifests
158158 path : releases/messaging-topology-operator*.yaml
Original file line number Diff line number Diff line change 9292 run : opm alpha bundle validate --tag ${{ env.REGISTRY }}/${{ env.IMAGE }} --image-builder docker
9393
9494 - name : upload-olm-package
95- uses : actions/upload-artifact@v4
95+ uses : actions/upload-artifact@v5
9696 with :
9797 name : olm-artifact
9898 path : |
@@ -167,7 +167,7 @@ jobs:
167167
168168 - name : Upload topology operator log
169169 if : ${{ !cancelled() && steps.system_tests.outcome == 'failure' }}
170- uses : actions/upload-artifact@v4
170+ uses : actions/upload-artifact@v5
171171 with :
172172 path : topology-operator.log
173173 name : top-op-log
Original file line number Diff line number Diff line change 6262 outputs : type=docker,dest=/tmp/operator.tar
6363
6464 - name : Upload artifact
65- uses : actions/upload-artifact@v4
65+ uses : actions/upload-artifact@v5
6666 with :
6767 name : operator_image
6868 path : /tmp/operator.tar
You can’t perform that action at this time.
0 commit comments