diff --git a/.github/workflows/clean-artifacts.yml b/.github/workflows/clean-artifacts.yml index d5c2e72f..6cd244de 100644 --- a/.github/workflows/clean-artifacts.yml +++ b/.github/workflows/clean-artifacts.yml @@ -14,6 +14,6 @@ jobs: steps: - name: Remove old artifacts - uses: c-hive/gha-remove-artifacts@v1 + uses: c-hive/gha-remove-artifacts@v1.2.0 with: age: "7 days"