From 3d581364a675185bbee91f6c1f6650ce18d17454 Mon Sep 17 00:00:00 2001 From: Vittorio Rigamonti Date: Thu, 12 Dec 2024 16:14:23 +0100 Subject: [PATCH] bump actions/upload-artifacts@4.4.3 (#417) --- .github/workflows/memcheck.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/memcheck.yaml b/.github/workflows/memcheck.yaml index 45659258..ffc9f43a 100644 --- a/.github/workflows/memcheck.yaml +++ b/.github/workflows/memcheck.yaml @@ -26,7 +26,7 @@ jobs: run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-8:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=15.0.0.Dev07 CLIENT_VERSION=$GITHUB_BASE_REF.$GITHUB_REF_SLUG PLATFORM_TAG=el8 ./build.sh MEMECHECK" - name: Archive memcheck results if: failure() || success() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4.4.3 with: name: memcheck-report-centos8 path: build/Testing/Temporary/* @@ -50,7 +50,7 @@ jobs: run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-9:latest /bin/bash -c "cd cpp-client && PATH=\$JAVA_HOME/bin:$PATH INFINISPAN_VERSION=15.0.0.Dev07 CLIENT_VERSION=$GITHUB_BASE_REF.$GITHUB_REF_SLUG PLATFORM_TAG=el9 ./build.sh MEMCHECK" - name: Archive memcheck results if: failure() || success() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4.4.3 with: name: memcheck-report-centos9 path: build/Testing/Temporary/*