mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-20 12:24:33 +02:00
CI: Update github actions and runner versions
This commit is contained in:
parent
6a94489230
commit
c0467ef7e3
6
.github/workflows/ci-build.yml
vendored
6
.github/workflows/ci-build.yml
vendored
@ -14,11 +14,11 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
if: contains(github.event.head_commit.message, '[skip ci]') == false
|
if: contains(github.event.head_commit.message, '[skip ci]') == false
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository and submodules
|
- name: Checkout repository and submodules
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: upload
|
- name: upload
|
||||||
if: github.repository == 'FDOS/kernel' &&
|
if: github.repository == 'FDOS/kernel' &&
|
||||||
(github.event_name == 'push' || github.event.pull_request.merged == true)
|
(github.event_name == 'push' || github.event.pull_request.merged == true)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.snapshotname.outputs.fname }}
|
name: ${{ steps.snapshotname.outputs.fname }}
|
||||||
path: _output/*/*.???
|
path: _output/*/*.???
|
||||||
|
Loading…
x
Reference in New Issue
Block a user