File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 with :
4848 name : bench-results
4949 path : bench-results.txt
50+ retention-days : 1
5051
5152 lsp-profile :
5253 name : lsp-profile workload
@@ -122,3 +123,4 @@ jobs:
122123 realistic-delta.txt
123124 synthetic-stdout.txt
124125 realistic-stdout.txt
126+ retention-days : 1
Original file line number Diff line number Diff line change 6363 uses : actions/upload-pages-artifact@v5
6464 with :
6565 path : ./apps/landing/out
66+ retention-days : 1
6667
6768 deploy :
6869 needs : build
Original file line number Diff line number Diff line change @@ -76,10 +76,12 @@ jobs:
7676 with :
7777 name : fuzz-artifacts-${{ matrix.target }}
7878 path : fuzz/artifacts/${{ matrix.target }}/
79+ retention-days : 1
7980
8081 - name : Upload corpus
8182 if : always()
8283 uses : actions/upload-artifact@v7
8384 with :
8485 name : fuzz-corpus-${{ matrix.target }}
8586 path : fuzz/corpus/${{ matrix.target }}/
87+ retention-days : 1
Original file line number Diff line number Diff line change 6161 with :
6262 name : mutants-output-shard-${{ matrix.shard }}
6363 path : mutants.out/
64+ retention-days : 1
You can’t perform that action at this time.
0 commit comments