Skip to content

Commit 134e26f

Browse files
Eric Bersetheberseth
Eric Berseth
authored andcommitted
Add 6.x builds and bump GitHub actions versions
1 parent 780c170 commit 134e26f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
compile:
77
strategy:
88
matrix:
9-
device-os-version: [ '3.x', '4.x', '5.x' ]
9+
device-os-version: [ '3.x', '4.x', '5.x', '6.x' ]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
submodules: true
1616

@@ -22,7 +22,7 @@ jobs:
2222
device-os-version: '${{ matrix.device-os-version }}'
2323

2424
- name: Upload artifact
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: tracker-artifacts-${{ matrix.device-os-version }}
2828
path: |

0 commit comments

Comments
 (0)