Skip to content

Commit 614d6e2

Browse files
authored
Merge pull request #1985 from rabbitmq/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 18b4a44 + af22b28 commit 614d6e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
cache-to: type=local,dest=${{ runner.temp }}/.buildx-cache-new,mode=min
211211

212212
- name: Upload Operator artifact
213-
uses: actions/upload-artifact@v4
213+
uses: actions/upload-artifact@v5
214214
with:
215215
name: operator_image
216216
path: ./operator.tar
@@ -226,7 +226,7 @@ jobs:
226226
make generate-installation-manifest QUAY_IO_OPERATOR_IMAGE=quay.io/rabbitmqoperator/cluster-operator:"${RELEASE_VERSION}" GHCR_IO_OPERATOR_IMAGE=ghcr.io/rabbitmq/cluster-operator:"${RELEASE_VERSION}"
227227
228228
- name: Upload operator manifests
229-
uses: actions/upload-artifact@v4
229+
uses: actions/upload-artifact@v5
230230
with:
231231
name: operator-manifests
232232
path: releases/cluster-operator*.yml
@@ -498,7 +498,7 @@ jobs:
498498

499499
- name: Upload release header
500500
if: github.event_name != 'pull_request'
501-
uses: actions/upload-artifact@v4
501+
uses: actions/upload-artifact@v5
502502
with:
503503
name: release-header
504504
path: release-header.md

.github/workflows/olm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: opm alpha bundle validate --tag ${{ env.REGISTRY }}/${{ env.IMAGE }} --image-builder docker
8787

8888
- name: Upload manifests
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: bundle-manifest
9292
path: |

0 commit comments

Comments
 (0)