From 81a61d8e94c2148ad752a61e1455f274424122e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 17 Feb 2024 17:09:31 +0200 Subject: [PATCH] Short retention for single artifact --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5017db3..2aa0d89 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -37,6 +37,7 @@ jobs: name: wheels-${{ join(matrix.target, '-') }} path: wheelhouse/*.whl if-no-files-found: error + retention-days: 2 merge-artifacts: name: Download and create one artifact from all jobs