diff --git a/.github/workflows/delete-artifacts.yml b/.github/workflows/delete-artifacts.yml index 632d1f2e5..7eb2b001c 100644 --- a/.github/workflows/delete-artifacts.yml +++ b/.github/workflows/delete-artifacts.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Remove old artifacts - uses: c-hive/gha-remove-artifacts@v1 + uses: c-hive/gha-remove-artifacts@24dc23384a1fa6a058b79c73727ae0cb2200ca4c with: age: '1 month' skip-tags: true