This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 with :
105105 name : kata-artifacts-amd64${{ inputs.tarball-suffix }}
106106 path : kata-build/kata-static-${{ matrix.asset }}.tar.xz
107- retention-days : 1
107+ retention-days : 15
108108 if-no-files-found : error
109109
110110 create-kata-tarball :
@@ -133,5 +133,5 @@ jobs:
133133 with :
134134 name : kata-static-tarball-amd64${{ inputs.tarball-suffix }}
135135 path : kata-static.tar.xz
136- retention-days : 1
136+ retention-days : 15
137137 if-no-files-found : error
Original file line number Diff line number Diff line change 8383 with :
8484 name : kata-artifacts-arm64${{ inputs.tarball-suffix }}
8585 path : kata-build/kata-static-${{ matrix.asset }}.tar.xz
86- retention-days : 1
86+ retention-days : 15
8787 if-no-files-found : error
8888
8989 create-kata-tarball :
@@ -116,5 +116,5 @@ jobs:
116116 with :
117117 name : kata-static-tarball-arm64${{ inputs.tarball-suffix }}
118118 path : kata-static.tar.xz
119- retention-days : 1
119+ retention-days : 15
120120 if-no-files-found : error
Original file line number Diff line number Diff line change 8080 with :
8181 name : kata-artifacts-s390x${{ inputs.tarball-suffix }}
8282 path : kata-build/kata-static-${{ matrix.asset }}.tar.xz
83- retention-days : 1
83+ retention-days : 15
8484 if-no-files-found : error
8585
8686 create-kata-tarball :
@@ -113,5 +113,5 @@ jobs:
113113 with :
114114 name : kata-static-tarball-s390x${{ inputs.tarball-suffix }}
115115 path : kata-static.tar.xz
116- retention-days : 1
116+ retention-days : 15
117117 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments