Update action uses (#1216)

This commit is contained in:
Syuugo
2023-12-20 10:37:08 +09:00
committed by GitHub
parent e69769d25f
commit 161b3280c4
11 changed files with 31 additions and 29 deletions

View File

@@ -110,7 +110,7 @@ jobs:
echo "file_path=${PWD}/arch/x86/boot/bzImage" >> $GITHUB_ENV
- name: Upload kernel-ARCVM-${{ matrix.arch }}-${{ matrix.version }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kernel-ARCVM-${{ matrix.arch }}-${{ matrix.version }}
path: "${{ env.file_path }}"