Skip to content

Commit 97260af

Browse files
committed
update github actions
1 parent 91590e9 commit 97260af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cmake-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: macos-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: Brew
1616
run: brew install ragel
@@ -30,7 +30,7 @@ jobs:
3030
run: cmake --build . --config $BUILD_TYPE
3131

3232
- name: Archive
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: mpw fat
3636
path: ${{runner.workspace}}/build/mpw-shell

.github/workflows/cmake-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: apt-get
1616
run: sudo apt-get install ragel

0 commit comments

Comments
 (0)