diff --git a/.github/workflows/oci-make-nightly.yaml b/.github/workflows/oci-make-nightly.yaml index 4e382f58183..e95086add4a 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 d90bfa62bcf..48749241c51 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 455edd47ba4..f67364eed1a 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 ca12658889c..fb7d9514077 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 59c11835dbc..bad9ba3ecde 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 64517e30909..3014fcb62f5 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 dce66688a64..90c6b7025af 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 }}/*