mirror of https://github.com/FDOS/kernel.git
CI: Update std actions to avoid node version warnings
This commit is contained in:
parent
339256d6aa
commit
ccf4367729
|
@ -18,7 +18,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository and submodules
|
- name: Checkout repository and submodules
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
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@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.snapshotname.outputs.fname }}
|
name: ${{ steps.snapshotname.outputs.fname }}
|
||||||
path: _output/*/*.???
|
path: _output/*/*.???
|
||||||
|
|
Loading…
Reference in New Issue