diff --git a/.github/workflows/check-build-system-equivalence.yaml b/.github/workflows/check-build-system-equivalence.yaml index a9a04aa8bf15..bcc4c16ac800 100644 --- a/.github/workflows/check-build-system-equivalence.yaml +++ b/.github/workflows/check-build-system-equivalence.yaml @@ -62,7 +62,7 @@ jobs: run: | echo "archives_dir=$(readlink -f bazel-bin)" >> $GITHUB_ENV - name: UPLOAD package-generic-unix.tar.xz - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: bazel-package-generic-unix-${{ env.VERSION }}.tar.xz path: ${{ env.archives_dir }}/package-generic-unix.tar.xz @@ -97,7 +97,7 @@ jobs: PACKAGES_DIR="$PWD/PACKAGES" \ VERSION="$VERSION" - name: UPLOAD package-generic-unix.tar.xz - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: make-package-generic-unix-${{ env.VERSION }}.tar.xz path: PACKAGES/rabbitmq-server-generic-unix-*.tar.xz diff --git a/.github/workflows/perform-bazel-execution-comparison.yaml b/.github/workflows/perform-bazel-execution-comparison.yaml index 8dbc634927d9..b5ab9f3c5a1a 100644 --- a/.github/workflows/perform-bazel-execution-comparison.yaml +++ b/.github/workflows/perform-bazel-execution-comparison.yaml @@ -37,7 +37,7 @@ jobs: --config=rbe-${{ matrix.erlang_version }} \ --execution_log_binary_file=/tmp/exec.log - name: SAVE EXECUTION LOG BINARY - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: execution-log-binary-A path: /tmp/exec.log @@ -72,7 +72,7 @@ jobs: --config=rbe-${{ matrix.erlang_version }} \ --execution_log_binary_file=/tmp/exec.log - name: SAVE EXECUTION LOG BINARY - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: execution-log-binary-B path: /tmp/exec.log @@ -105,7 +105,7 @@ jobs: --output_path=/tmp/execution-log-binary-A.log.txt \ --output_path=/tmp/execution-log-binary-B.log.txt - name: SAVE PARSED LOGS - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: parsed-logs path: /tmp/execution-log-binary-*.log.txt diff --git a/.github/workflows/test-authnz.yaml b/.github/workflows/test-authnz.yaml index e74991149d50..9a06893cbb59 100644 --- a/.github/workflows/test-authnz.yaml +++ b/.github/workflows/test-authnz.yaml @@ -93,7 +93,7 @@ jobs: - name: Upload Test Artifacts if: always() - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }} path: | diff --git a/.github/workflows/test-selenium.yaml b/.github/workflows/test-selenium.yaml index 110485d44b86..3747afebfaa0 100644 --- a/.github/workflows/test-selenium.yaml +++ b/.github/workflows/test-selenium.yaml @@ -90,7 +90,7 @@ jobs: - name: Upload Test Artifacts if: always() - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.2 with: name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }} path: |