Skip to content

Commit 73b2ffc

Browse files
Update GitHub Action
1 parent f1300fd commit 73b2ffc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/arm.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
with:
15-
submodules: 'recursive'
15+
submodules: recursive
16+
1617
- name: arm-none-eabi-gcc
1718
uses: fiam/arm-none-eabi-gcc@v1
1819
with:
@@ -22,7 +23,7 @@ jobs:
2223
- name: make
2324
run: make
2425
- name: Archive
25-
uses: actions/upload-artifact@v1
26+
uses: actions/upload-artifact@v4
2627
with:
2728
name: olearia.bin
2829
path: build/olearia.bin

0 commit comments

Comments
 (0)