We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e363b7 commit 5c6824aCopy full SHA for 5c6824a
1 file changed
.github/workflows/check_and_build.yml
@@ -29,7 +29,7 @@ jobs:
29
use-cross: true
30
command: build
31
args: --release --target=armv7-unknown-linux-gnueabihf
32
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
33
with:
34
name: snapshot
35
path: target/armv7-unknown-linux-gnueabihf/release/chessmarkable
0 commit comments