Skip to content

Commit 7c19fea

Browse files
authored
Merge pull request #1062 from rabbitmq/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 9c3a843 + 4eb458d commit 7c19fea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/olm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
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

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

0 commit comments

Comments
 (0)