From bf373ee3fcb8caa95dc115284121fb26f0230f9d Mon Sep 17 00:00:00 2001 From: BtbN Date: Mon, 28 Sep 2020 20:20:19 +0200 Subject: [PATCH] Use different artifact purge action --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fa1392..6550815 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Purge old artifacts - uses: kolpav/purge-artifacts-action@v1 + uses: c-hive/gha-remove-artifacts@v1 with: - token: ${{ github.token }} - expire-in: 3days + age: 0 days + skip-recent: 3 build_base: name: Build base image runs-on: ubuntu-latest