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/*