Skip to content

Commit d55863f

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] <support@github.com>
1 parent 95c501f commit d55863f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
make package-generic-unix PROJECT_VERSION=${{ matrix.project_version || steps.tag.outputs.project_version }}+${{ github.sha }}
5757
5858
- name: Upload package-generic-unix
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v5
6060
with:
6161
name: package-generic-unix-otp${{ matrix.otp_version }}-${{ matrix.branch }}
6262
path: PACKAGES/rabbitmq-server-*.tar.xz

.github/workflows/oci-make.yaml

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

.github/workflows/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
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Upload Test Artifacts
8888
if: ${{ failure() && steps.tests.outcome == 'failure' }}
89-
uses: actions/upload-artifact@v4.3.2
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
9292
path: ${{ env.SELENIUM_ARTIFACTS }}/*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: UPLOAD TEST LOGS
140140
if: always()
141-
uses: actions/upload-artifact@v4
141+
uses: actions/upload-artifact@v5
142142
with:
143143
name: CT logs (${{ inputs.plugin }} ${{ inputs.make_target }} OTP-${{ inputs.erlang_version }} ${{ inputs.metadata_store }}${{ inputs.mixed_clusters && ' mixed' || '' }})
144144
path: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Upload Test Artifacts
7676
if: ${{ failure() && steps.tests.outcome == 'failure' }}
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
8080
path: ${{ env.SELENIUM_ARTIFACTS }}/*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Upload Test Artifacts
8080
if: ${{ failure() && steps.tests.outcome == 'failure' }}
81-
uses: actions/upload-artifact@v4.3.2
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
8484
path: ${{ env.SELENIUM_ARTIFACTS }}/*

0 commit comments

Comments
 (0)