Use different artifact purge action
This commit is contained in:
parent
29d6046eb3
commit
bf373ee3fc
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue