Skip to content

Commit

Permalink
CI: Update to use latest OS and actions.
Browse files Browse the repository at this point in the history
Avoids deprecation warnings.
  • Loading branch information
andrewbird committed Apr 8, 2024
1 parent 154afc0 commit 87df33c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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

0 comments on commit 87df33c

Please sign in to comment.