update github actions

This commit is contained in:
Kelvin Sherlock
2025-02-01 19:24:45 -05:00
parent 91590e92aa
commit 97260af061
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Brew
run: brew install ragel
@@ -30,7 +30,7 @@ jobs:
run: cmake --build . --config $BUILD_TYPE
- name: Archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: mpw fat
path: ${{runner.workspace}}/build/mpw-shell

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: apt-get
run: sudo apt-get install ragel