Skip to content

Commit

Permalink
workflows: Missed rollback to upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
TenSeventy7 authored Oct 17, 2024
1 parent 8fc2052 commit 32f4ae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 32f4ae7

Please sign in to comment.