Skip to content

Commit 39a60ff

Browse files
authored
update actions
1 parent d93b709 commit 39a60ff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.config.os }}
1919

2020
steps:
21-
- uses: actions/checkout@v2
22-
with:
23-
submodules: recursive
21+
- uses: actions/checkout@v4
2422

2523
- uses: actions-rs/toolchain@v1
2624
with:
@@ -45,7 +43,7 @@ jobs:
4543
mv ${{ matrix.config.out_paths }} ./out
4644
4745
- name: Upload Artifacts
48-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v4
4947
with:
5048
name: ${{ matrix.config.name }} Flash Binary
5149
path: ./out/

0 commit comments

Comments
 (0)