Skip to content

Commit 0f6f79a

Browse files
Merge PR #468 - fix github ci
Bump GitHub's checkout action to v4, fixing the continuous integration. GitHub-Pull-Request: #468
2 parents c2723eb + fd526ed commit 0f6f79a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
COLOR: BLUE
1111

12-
jobs:
12+
jobs:
1313
build:
1414
container:
1515
image: ghcr.io/armmbed/mbed-os-env:latest
@@ -29,7 +29,7 @@ jobs:
2929
run: make
3030
working-directory: 'movement/make'
3131
- name: Upload UF2
32-
uses: actions/upload-artifact@v2
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: watch.uf2
3535
path: movement/make/build/watch.uf2
@@ -52,7 +52,7 @@ jobs:
5252
cp watch.html index.html
5353
tar -czf simulator.tar.gz index.html watch.wasm watch.js
5454
- name: Upload simulator build
55-
uses: actions/upload-artifact@v2
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: simulator.tar.gz
5858
path: movement/make/build-sim/simulator.tar.gz

0 commit comments

Comments
 (0)