uboot-rockchip: Update to 2024.01
[openwrt/staging/dangole.git] / target / linux / bcm27xx / patches-6.1 / 950-0556-.github-workflows-Retain-artifacts-for-90-days.patch
1 From 05a9a53de8785c82332081a5f44cc34dc9fa5f0c Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Wed, 25 Jan 2023 15:01:43 +0000
4 Subject: [PATCH] .github/workflows: Retain artifacts for 90 days
5
6 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
7 ---
8 .github/workflows/kernel-build.yml | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/.github/workflows/kernel-build.yml
12 +++ b/.github/workflows/kernel-build.yml
13 @@ -100,4 +100,4 @@ jobs:
14 with:
15 name: ${{matrix.name}}_build
16 path: ${{matrix.name}}_build.tar
17 - retention-days: 7
18 + retention-days: 90