Skip to content

Commit d7fddfb

Browse files
authored
Update buildLinuxArm64.yml
1 parent 66d6adb commit d7fddfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildLinuxArm64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: ./gradlew build
2424

2525
- name: Upload artifacts
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
28-
name: kotlin-native-arm-build
29-
path: sample/build/bin/linuxArm64/releaseExecutable
28+
name: kotlin-native-build
29+
path: sample/

0 commit comments

Comments
 (0)