Skip to content

Commit 63cf6f4

Browse files
author
Eric Berseth
committed
wip
1 parent e4170aa commit 63cf6f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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)