Skip to content

Commit 1c3f3ef

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae505c1 commit 1c3f3ef

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/oci-arm64-make.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
make package-generic-unix PROJECT_VERSION=4.0.0
5151
- name: Upload package-generic-unix
5252
if: steps.authorized.outputs.authorized == 'true'
53-
uses: actions/upload-artifact@v4.3.1
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: package-generic-unix
5656
path: PACKAGES/rabbitmq-server-*.tar.xz
@@ -121,7 +121,7 @@ jobs:
121121
digest="${{ steps.build.outputs.digest }}"
122122
touch "/tmp/digests/${digest#sha256:}"
123123
- name: Upload digest
124-
uses: actions/upload-artifact@v4
124+
uses: actions/upload-artifact@v5
125125
with:
126126
name: digests-${{ env.PLATFORM_PAIR }}
127127
path: /tmp/digests/*

.github/workflows/oci-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
make package-generic-unix PROJECT_VERSION=${{ env.VERSION }}
6363
- name: Upload package-generic-unix
6464
if: steps.authorized.outputs.authorized == 'true'
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
with:
6767
name: package-generic-unix-otp${{ matrix.otp_version }}
6868
path: PACKAGES/rabbitmq-server-*.tar.xz

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
make -C deps/rabbitmq_peer_discovery_aws ct-integration
7373
- name: UPLOAD TEST LOGS
7474
if: always()
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: CT logs
7878
path: "logs/"

.github/workflows/test-authnz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Upload Test Artifacts
8484
if: always()
85-
uses: actions/upload-artifact@v4.3.2
85+
uses: actions/upload-artifact@v5
8686
with:
8787
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
8888
path: |

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: UPLOAD TEST LOGS
9696
if: always()
97-
uses: actions/upload-artifact@v4
97+
uses: actions/upload-artifact@v5
9898
with:
9999
name: CT logs (${{ inputs.plugin }} ${{ inputs.make_target }} OTP-${{ inputs.erlang_version }} ${{ inputs.metadata_store }}${{ inputs.mixed_clusters && ' mixed' || '' }})
100100
path: |

.github/workflows/test-management-ui-for-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Upload Test Artifacts
6868
if: always()
69-
uses: actions/upload-artifact@v4.3.2
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
7272
path: |

.github/workflows/test-management-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Upload Test Artifacts
7878
if: always()
79-
uses: actions/upload-artifact@v4.3.2
79+
uses: actions/upload-artifact@v5
8080
with:
8181
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
8282
path: |

0 commit comments

Comments
 (0)