Skip to content

Commit db949bf

Browse files
authored
Merge pull request #136 from andrewbird/ci-update
CI: Update github actions and runner versions
2 parents 6a94489 + c0467ef commit db949bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
build:
1515
if: contains(github.event.head_commit.message, '[skip ci]') == false
1616

17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818

1919
steps:
2020
- name: Checkout repository and submodules
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
submodules: recursive
2424

@@ -46,7 +46,7 @@ jobs:
4646
- name: upload
4747
if: github.repository == 'FDOS/kernel' &&
4848
(github.event_name == 'push' || github.event.pull_request.merged == true)
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: ${{ steps.snapshotname.outputs.fname }}
5252
path: _output/*/*.???

0 commit comments

Comments
 (0)