From 791b27219dc4f7680c072a601558af3977a30bbd Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 13 Feb 2024 11:07:01 +0100 Subject: CI maintenance Signed-off-by: Toni Uhlig --- .github/workflows/build-openwrt.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.github/workflows/build-openwrt.yml') diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index b97afdef3..b5a443b83 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -26,9 +26,6 @@ jobs: - arch: mips_24kc target: ath79-generic - - arch: mipsel_24kc - target: mt7621 - - arch: powerpc_464fp target: apm821xx-nand @@ -45,7 +42,7 @@ jobs: target: x86-64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: false fetch-depth: 1 @@ -60,7 +57,7 @@ jobs: V: s - name: Store packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: nDPId-${{ matrix.arch}}-${{ matrix.target }} path: bin/packages/${{ matrix.arch }}/ndpid_openwrt_packages_ci/*.ipk -- cgit v1.2.3