Skip to content

Commit 7affbcc

Browse files
committed
Decrease retention
1 parent e7c57d7 commit 7affbcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-link-index-updater-lambda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Get bootstrap binary
3838
run: |
3939
docker cp $(docker create --name tc publish-links-index:latest):/app/.artifacts/publish ./.artifacts && docker rm tc
40-
- name: Validate bootstrap binary
40+
- name: Inspect bootstrap binary
4141
run: |
4242
tree .artifacts
4343
stat .artifacts/docs-lambda-index-publisher/release_linux-x64/bootstrap
@@ -51,6 +51,6 @@ jobs:
5151
uses: actions/upload-artifact@v4
5252
with:
5353
name: link-index-updater-lambda
54-
retention-days: 7
54+
retention-days: 1
5555
if-no-files-found: error
5656
path: ${{ env.ZIP_FILE }}

0 commit comments

Comments
 (0)