Skip to content

Commit 5c6824a

Browse files
committed
Fix workflows
1 parent 7e363b7 commit 5c6824a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
use-cross: true
3030
command: build
3131
args: --release --target=armv7-unknown-linux-gnueabihf
32-
- uses: actions/upload-artifact@v3
32+
- uses: actions/upload-artifact@v4
3333
with:
3434
name: snapshot
3535
path: target/armv7-unknown-linux-gnueabihf/release/chessmarkable

0 commit comments

Comments
 (0)