diff --git a/.github/workflows/prepareDarwinBinariesForRelease.yml b/.github/workflows/prepareDarwinBinariesForRelease.yml index 8977e454d..71d02be5d 100644 --- a/.github/workflows/prepareDarwinBinariesForRelease.yml +++ b/.github/workflows/prepareDarwinBinariesForRelease.yml @@ -20,12 +20,6 @@ jobs: matrix: goarch: [ arm64, amd64 ] steps: - # Delete old artifacts - - name: Remove old artifacts - uses: c-hive/gha-remove-artifacts@v1 - with: - # TODO change this - age: "10 seconds" # Setup - name: Setup Go uses: actions/setup-go@v5