From bb3286e6fba7f1bc62a7760afa4b29b9a6a0e52f Mon Sep 17 00:00:00 2001 From: Tsvi Zandany Date: Wed, 30 Oct 2024 16:13:45 -0500 Subject: [PATCH] chore: replace unzip installation with action-zip in ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c39e360..8e3f398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,8 +166,9 @@ jobs: key: ${{ runner.os }}-junit-${{ hashFiles('**/pom.xml') }} # key for restoring and saving the cache restore-keys: ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found - - name: Install unzip - run: apt update && sudo apt install -y unzip + - name: action-zip + uses: montudor/action-zip@v1.0.0 + # In this step, we are downloading the latest artifact from the build job and storing it in the container - name: Download and unzip all test results artifacts