[GHA] Use repository default value of artifacts `retention-days`

This commit is contained in:
s3rj1k 2024-12-04 01:44:21 +01:00
parent 845d3164f5
commit 23ab8bc0f4
No known key found for this signature in database
3 changed files with 0 additions and 3 deletions

View File

@ -83,7 +83,6 @@ jobs:
with:
name: scan-build-logs
path: freeswitch/scan-build
retention-days: 3
if-no-files-found: ignore
compression-level: 9

View File

@ -84,7 +84,6 @@ jobs:
with:
name: test-results-${{ github.sha }}-${{ github.run_number }}
path: ${{ steps.unit_tests.outputs.logs_path }}
retention-days: 3
if-no-files-found: ignore
compression-level: 9

View File

@ -120,7 +120,6 @@ jobs:
with:
name: test-results-${{ github.sha }}-${{ github.run_number }}-${{ inputs.current-group }}-of-${{ inputs.total-groups }}
path: ${{ inputs.working-directory }}/logs
retention-days: 3
if-no-files-found: ignore
compression-level: 9