Skip to content

update ci

update ci #40

name: Remove old artifacts
on:
push
jobs:
remove-old-artifacts:
name: Remove old artifacts
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: '7 days'