Skip to content

Commit b0fa23f

Browse files
authored
sync: update 4 files from source repository (#263)
1 parent 59fc1df commit b0fa23f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/fortress-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ jobs:
394394
with:
395395
name: bench-stats-${{ matrix.os }}-${{ matrix.go-version }}
396396
path: bench-stats-${{ matrix.os }}-${{ matrix.go-version }}.json
397-
retention-days: 1
397+
retention-days: 7
398398

399399
# --------------------------------------------------------------------
400400
# Upload raw benchmark results

.github/workflows/fortress-completion-statistics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ jobs:
697697
with:
698698
artifact-name: "statistics-section"
699699
artifact-path: "statistics-section.md"
700-
retention-days: "1"
700+
retention-days: "7"
701701
if-no-files-found: "warn"
702702

703703
- name: 📋 Set Output Content

.github/workflows/fortress-completion-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ jobs:
465465
with:
466466
artifact-name: "tests-section"
467467
artifact-path: "tests-section.md"
468-
retention-days: "1"
468+
retention-days: "7"
469469
if-no-files-found: "warn"
470470

471471
- name: 📋 Set Output Content

.github/workflows/fortress-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,4 +2514,4 @@ jobs:
25142514
with:
25152515
name: coverage-stats-codecov
25162516
path: coverage-stats-codecov-*.json
2517-
retention-days: 1
2517+
retention-days: 7

0 commit comments

Comments
 (0)