Skip to content

Commit bb3286e

Browse files
committed
chore: replace unzip installation with action-zip in ci.yml
1 parent 9e32bc0 commit bb3286e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ jobs:
166166
key: ${{ runner.os }}-junit-${{ hashFiles('**/pom.xml') }} # key for restoring and saving the cache
167167
restore-keys: ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found
168168

169-
- name: Install unzip
170-
run: apt update && sudo apt install -y unzip
169+
- name: action-zip
170+
uses: montudor/[email protected]
171+
171172

172173
# In this step, we are downloading the latest artifact from the build job and storing it in the container
173174
- name: Download and unzip all test results artifacts

0 commit comments

Comments
 (0)