Skip to content

Commit 4073b4a

Browse files
authored
Changed artifacts retention days
We will retain artifacts only for 3 days.
1 parent c5df819 commit 4073b4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,15 @@ jobs:
8484
with:
8585
name: cconvbuild
8686
path: ${{runner.workspace}}/${{env.builddir}}
87+
retention-days: 3
8788

8889
# Upload script files
8990
- name: Upload script files
9091
uses: actions/upload-artifact@v2
9192
with:
9293
name: cconvscripts
9394
path: ${{github.workspace}}/depsfolder/checkedc-clang/clang/tools/cconv-standalone/utils
95+
retention-days: 3
9496

9597

9698
unittests:

0 commit comments

Comments
 (0)