diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index 4b355461d2237..11c1d6953233f 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -180,7 +180,7 @@ jobs: with: name: maven-repo path: maven-repo.tgz - retention-days: 1 + retention-days: 7 - name: Delete Local Artifacts From Cache shell: bash run: rm -r ~/.m2/repository/io/quarkus @@ -765,4 +765,4 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} build-reports-artifacts-path: build-reports-artifacts - forks-only: true \ No newline at end of file + forks-only: true