From 69828d140ec1ebcfa804f7a668aa308410c7447f Mon Sep 17 00:00:00 2001 From: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com> Date: Sat, 14 Mar 2020 11:51:47 +0100 Subject: [PATCH] The cleanup job for outdated artifacts has be changed --- .github/workflows/cleanup.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 5bc5512f..abfd9782 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: cleanup - uses: glassechidna/artifact-cleaner@master + uses: kolpav/purge-artifacts-action@v1 with: - minimumAge: 3024000 # all artifacts at least 14 days old + token: ${{ secrets.GITHUB_TOKEN }} + expire-in: 14days # all artifacts at least 14 days old