From 88c7182b2060a3790192faf6014dfbb71fd6d330 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 5 Sep 2024 15:58:45 +0200 Subject: [PATCH] GHA/distcheck: keep upload artifacts for one day only The uploads are only used as a cache mechanism between jobs to save them from having to re-run maketgz multiple times, so there is no need to save the artifact longer than this. Closes #14793 --- .github/workflows/distcheck.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml index a4590174a2..90c144c54b 100644 --- a/.github/workflows/distcheck.yml +++ b/.github/workflows/distcheck.yml @@ -46,6 +46,7 @@ jobs: with: name: 'release-tgz' path: 'curl-99.98.97.tar.gz' + retention-days: 1 - run: | echo "::stop-commands::$(uuidgen)"