You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
actions: Update used Actions to their latest versions
This commit is contained in:
committed by
Mecid Urganci
parent
fe10d899f9
commit
93c4449aa2
6
.github/workflows/compile.yaml
vendored
6
.github/workflows/compile.yaml
vendored
@@ -15,14 +15,14 @@ jobs:
|
||||
steps:
|
||||
# Login to ghcr.io, for later uploading rootfs to ghcr.io
|
||||
- name: Docker Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }} # GitHub username or org
|
||||
password: ${{ secrets.GITHUB_TOKEN }} # GitHub actions builtin token. repo has to have pkg access.
|
||||
|
||||
- name: Checkout build repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: armbian/build
|
||||
ref: main
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
ENABLE_EXTENSIONS="pull-request"
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linux-rockchip-vendor
|
||||
path: output/debs/*.deb
|
||||
|
||||
Reference in New Issue
Block a user