From: Daniel Stenberg Date: Thu, 5 Sep 2024 13:58:45 +0000 (+0200) Subject: GHA/distcheck: keep upload artifacts for one day only X-Git-Tag: curl-8_10_0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c7182b2060a3790192faf6014dfbb71fd6d330;p=thirdparty%2Fcurl.git 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 --- 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)"