Skip to content

Commit

Permalink
bump actions/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Dec 12, 2024
1 parent ec6f550 commit 6663e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/memcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand All @@ -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/*
Expand Down

0 comments on commit 6663e59

Please sign in to comment.