From c0467ef7e34738d48721f60b8e3e9b960915105d Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Wed, 7 Feb 2024 12:35:27 +0000 Subject: [PATCH] CI: Update github actions and runner versions --- .github/workflows/ci-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ebdd15e..37e16a5 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -14,11 +14,11 @@ jobs: build: if: contains(github.event.head_commit.message, '[skip ci]') == false - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout repository and submodules - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive @@ -46,7 +46,7 @@ jobs: - name: upload if: github.repository == 'FDOS/kernel' && (github.event_name == 'push' || github.event.pull_request.merged == true) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ steps.snapshotname.outputs.fname }} path: _output/*/*.???