mirror of
https://github.com/kou029w/yama.git
synced 2025-01-18 08:05:11 +00:00
use actions/checkout@v3 and actions/upload-artifact@v3
This commit is contained in:
parent
807b168367
commit
d622c43df9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -8,10 +8,10 @@ jobs:
|
|||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- run: sudo apt-get install -y qemu-user-static
|
||||
- run: sudo bin/build
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: yama-armhf
|
||||
path: yama-armhf.*
|
||||
|
@ -20,7 +20,7 @@ jobs:
|
|||
needs: main
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: yama-armhf
|
||||
|
|
Loading…
Add table
Reference in a new issue