We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a94489 + c0467ef commit db949bfCopy full SHA for db949bf
.github/workflows/ci-build.yml
@@ -14,11 +14,11 @@ jobs:
14
build:
15
if: contains(github.event.head_commit.message, '[skip ci]') == false
16
17
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
18
19
steps:
20
- name: Checkout repository and submodules
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
with:
23
submodules: recursive
24
@@ -46,7 +46,7 @@ jobs:
46
- name: upload
47
if: github.repository == 'FDOS/kernel' &&
48
(github.event_name == 'push' || github.event.pull_request.merged == true)
49
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
50
51
name: ${{ steps.snapshotname.outputs.fname }}
52
path: _output/*/*.???
0 commit comments