We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91590e9 commit 97260afCopy full SHA for 97260af
.github/workflows/cmake-macos.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: macos-latest
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
15
- name: Brew
16
run: brew install ragel
@@ -30,7 +30,7 @@ jobs:
30
run: cmake --build . --config $BUILD_TYPE
31
32
- name: Archive
33
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
34
with:
35
name: mpw fat
36
path: ${{runner.workspace}}/build/mpw-shell
.github/workflows/cmake-ubuntu.yml
runs-on: ubuntu-latest
- name: apt-get
run: sudo apt-get install ragel
0 commit comments