We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780c170 commit 134e26fCopy full SHA for 134e26f
.github/workflows/compile.yml
@@ -6,11 +6,11 @@ jobs:
6
compile:
7
strategy:
8
matrix:
9
- device-os-version: [ '3.x', '4.x', '5.x' ]
+ device-os-version: [ '3.x', '4.x', '5.x', '6.x' ]
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
with:
15
submodules: true
16
@@ -22,7 +22,7 @@ jobs:
22
device-os-version: '${{ matrix.device-os-version }}'
23
24
- name: Upload artifact
25
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
26
27
name: tracker-artifacts-${{ matrix.device-os-version }}
28
path: |
0 commit comments