From 32f4ae715e62bde35cfc6994f60a7c31d49f7d80 Mon Sep 17 00:00:00 2001 From: John Vincent Corcega Date: Thu, 17 Oct 2024 13:13:19 +0800 Subject: [PATCH] workflows: Missed rollback to upload-artifact@v3 --- .github/workflows/development.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 6ed5b66c0d..d7b00a4523 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -828,21 +828,21 @@ jobs: cp .config ./release/kernel_config_a50_aosp-r-p.txt - name: Upload kernel image artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: AOSP 11 Kernel Image (Permissive) path: 'tools/make/boot.img' if-no-files-found: error - name: Upload build config artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: Kernel Configs path: 'release/kernel_config_a50_aosp-r-p.txt' if-no-files-found: error - name: Upload release package - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: Release path: 'release'