Skip to content

Commit afc3ea4

Browse files
committed
update
1 parent 5bc8688 commit afc3ea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/analyze.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
path: .next/analyze/__bundle_analysis.json
5757
name: bundle_analysis.json
58-
retention-days: 30
58+
retention-days: 90
5959

6060
- name: Download base branch bundle stats
6161
uses: dawidd6/action-download-artifact@268677152d06ba59fcec7a7f0b5d961b6ccd7e1e
@@ -88,6 +88,7 @@ jobs:
8888
with:
8989
name: analysis_comment.txt
9090
path: .next/analyze/__bundle_analysis_comment.txt
91+
retention-days: 90
9192

9293
- name: Save PR number
9394
run: echo ${{ github.event.number }} > ./pr_number

0 commit comments

Comments
 (0)