Skip to content

Commit c99b6b5

Browse files
committed
Update deprecated github actions.
1 parent 7850fe7 commit c99b6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: choco install ninja
5959

6060
- name: Checkout code
61-
uses: actions/checkout@v2
61+
uses: actions/checkout@v4
6262
with:
6363
submodules: recursive
6464

@@ -90,7 +90,7 @@ jobs:
9090
cd ${{ matrix.path }}
9191
find "$(pwd)"
9292
93-
- uses: actions/upload-artifact@v3
93+
- uses: actions/upload-artifact@v4
9494
with:
9595
name: aeolus-${{ matrix.name }}
9696
path: |

0 commit comments

Comments
 (0)