From 87df33c41bfb3749d2dcfe3137ed238f06f2f93b Mon Sep 17 00:00:00 2001 From: Andrew Bird Date: Mon, 8 Apr 2024 16:53:50 +0100 Subject: [PATCH] CI: Update to use latest OS and actions. Avoids deprecation warnings. --- .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 29e76c9b..56f51315 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -13,10 +13,10 @@ jobs: build: if: contains(github.event.head_commit.message, '[skip ci]') == false - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Package install run: | @@ -42,7 +42,7 @@ jobs: - name: upload if: github.repository == 'FDOS/freecom' && (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