From 74a6fb0bc276dea28db7c2230cddcc388ea23be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:01:18 +0000 Subject: [PATCH] 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](https://github.com/actions/upload-artifact/compare/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] --- .github/workflows/oci-make-nightly.yaml | 2 +- .github/workflows/oci-make.yaml | 2 +- .github/workflows/peer-discovery-aws.yaml | 2 +- .github/workflows/test-authnz.yaml | 2 +- .github/workflows/test-make-target.yaml | 2 +- .github/workflows/test-management-ui-for-pr.yaml | 2 +- .github/workflows/test-management-ui.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/oci-make-nightly.yaml b/.github/workflows/oci-make-nightly.yaml index 4e382f581834..e95086add4a3 100644 --- a/.github/workflows/oci-make-nightly.yaml +++ b/.github/workflows/oci-make-nightly.yaml @@ -66,7 +66,7 @@ jobs: make package-generic-unix PROJECT_VERSION=${{ matrix.project_version || steps.tag.outputs.project_version }}+${{ steps.sha.outputs.current_sha }} - name: Upload package-generic-unix - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: package-generic-unix-otp${{ matrix.otp_version }}-${{ matrix.branch }} path: PACKAGES/rabbitmq-server-*.tar.xz diff --git a/.github/workflows/oci-make.yaml b/.github/workflows/oci-make.yaml index d90bfa62bcf0..48749241c517 100644 --- a/.github/workflows/oci-make.yaml +++ b/.github/workflows/oci-make.yaml @@ -66,7 +66,7 @@ jobs: make package-generic-unix PROJECT_VERSION=${{ env.VERSION }} - name: Upload package-generic-unix if: steps.authorized.outputs.authorized == 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: package-generic-unix-otp${{ matrix.otp_version }} path: PACKAGES/rabbitmq-server-*.tar.xz diff --git a/.github/workflows/peer-discovery-aws.yaml b/.github/workflows/peer-discovery-aws.yaml index 455edd47ba43..f67364eed1a8 100644 --- a/.github/workflows/peer-discovery-aws.yaml +++ b/.github/workflows/peer-discovery-aws.yaml @@ -72,7 +72,7 @@ jobs: make -C deps/rabbitmq_peer_discovery_aws ct-integration - name: UPLOAD TEST LOGS if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: CT logs path: "logs/" diff --git a/.github/workflows/test-authnz.yaml b/.github/workflows/test-authnz.yaml index ca12658889cd..fb7d95140779 100644 --- a/.github/workflows/test-authnz.yaml +++ b/.github/workflows/test-authnz.yaml @@ -86,7 +86,7 @@ jobs: - name: Upload Test Artifacts if: ${{ failure() && steps.tests.outcome == 'failure' }} - uses: actions/upload-artifact@v4.3.2 + uses: actions/upload-artifact@v5 with: name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }} path: ${{ env.SELENIUM_ARTIFACTS }}/* diff --git a/.github/workflows/test-make-target.yaml b/.github/workflows/test-make-target.yaml index 59c11835dbc8..bad9ba3ecdeb 100644 --- a/.github/workflows/test-make-target.yaml +++ b/.github/workflows/test-make-target.yaml @@ -159,7 +159,7 @@ jobs: - name: UPLOAD TEST LOGS if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: CT logs (${{ inputs.plugin }} ${{ inputs.make_target }} OTP-${{ inputs.erlang_version }} ${{ inputs.metadata_store }}${{ inputs.mixed_clusters && ' mixed' || '' }}) path: | diff --git a/.github/workflows/test-management-ui-for-pr.yaml b/.github/workflows/test-management-ui-for-pr.yaml index 64517e309092..3014fcb62f50 100644 --- a/.github/workflows/test-management-ui-for-pr.yaml +++ b/.github/workflows/test-management-ui-for-pr.yaml @@ -74,7 +74,7 @@ jobs: - name: Upload Test Artifacts if: ${{ failure() && steps.tests.outcome == 'failure' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }} path: ${{ env.SELENIUM_ARTIFACTS }}/* diff --git a/.github/workflows/test-management-ui.yaml b/.github/workflows/test-management-ui.yaml index dce66688a648..90c6b7025af0 100644 --- a/.github/workflows/test-management-ui.yaml +++ b/.github/workflows/test-management-ui.yaml @@ -78,7 +78,7 @@ jobs: - name: Upload Test Artifacts if: ${{ failure() && steps.tests.outcome == 'failure' }} - uses: actions/upload-artifact@v4.3.2 + uses: actions/upload-artifact@v5 with: name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }} path: ${{ env.SELENIUM_ARTIFACTS }}/*