We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4170aa commit 63cf6f4Copy full SHA for 63cf6f4
.github/workflows/compile.yml
@@ -10,7 +10,7 @@ jobs:
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