Skip to content

Commit 000aad3

Browse files
authored
Merge pull request #188 from zunda-pixel/patch-3
Update swift-arm.yml
2 parents 12cc209 + 100be4e commit 000aad3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift-arm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install dependencies
1111
run: apt update -y; apt install libtool-bin -y;
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Swift Version
1515
run: swift --version
1616
- name: Build Bluetooth
@@ -24,7 +24,7 @@ jobs:
2424
container: swift:6.0.3
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
- name: Install dependencies
2929
run: apt update -y; apt install wget -y
3030
- name: Install SDK
@@ -40,4 +40,4 @@ jobs:
4040
uses: actions/upload-artifact@v4
4141
with:
4242
name: "armv7-bookworm"
43-
path: .build/armv7-unknown-linux-gnueabihf/debug/BluetoothPackageTests.xctest
43+
path: .build/armv7-unknown-linux-gnueabihf/debug/BluetoothPackageTests.xctest

0 commit comments

Comments
 (0)