diff --git a/.github/workflows/oci-make-nightly.yaml b/.github/workflows/oci-make-nightly.yaml index 7175826e0b5..4bbe415814e 100644 --- a/.github/workflows/oci-make-nightly.yaml +++ b/.github/workflows/oci-make-nightly.yaml @@ -56,7 +56,7 @@ jobs: make package-generic-unix PROJECT_VERSION=${{ matrix.project_version || steps.tag.outputs.project_version }}+${{ github.sha }} - name: Upload package-generic-unix - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 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 335d56d19e7..5c88054dc70 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@v5 + uses: actions/upload-artifact@v6 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 48847fe20e7..ee42d9bf563 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@v5 + uses: actions/upload-artifact@v6 with: name: CT logs path: "logs/" diff --git a/.github/workflows/test-authnz.yaml b/.github/workflows/test-authnz.yaml index 19c1c9d5868..3b1674289cb 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@v5 + uses: actions/upload-artifact@v6 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 ac2fd31716f..2804d854122 100644 --- a/.github/workflows/test-make-target.yaml +++ b/.github/workflows/test-make-target.yaml @@ -137,7 +137,7 @@ jobs: - name: UPLOAD TEST LOGS if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 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 ec3cf72f3aa..7b06883c8e3 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@v5 + uses: actions/upload-artifact@v6 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 7a596a6b80c..fbe36f7ee26 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@v5 + uses: actions/upload-artifact@v6 with: name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }} path: ${{ env.SELENIUM_ARTIFACTS }}/*