Skip to content

Commit

Permalink
Merge PR #468 - fix github ci
Browse files Browse the repository at this point in the history
Bump GitHub's checkout action to v4, fixing the continuous integration.

GitHub-Pull-Request: #468
  • Loading branch information
matheusmoreira committed Sep 8, 2024
2 parents c2723eb + fd526ed commit 0f6f79a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
COLOR: BLUE

jobs:
jobs:
build:
container:
image: ghcr.io/armmbed/mbed-os-env:latest
Expand All @@ -29,7 +29,7 @@ jobs:
run: make
working-directory: 'movement/make'
- name: Upload UF2
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: watch.uf2
path: movement/make/build/watch.uf2
Expand All @@ -52,7 +52,7 @@ jobs:
cp watch.html index.html
tar -czf simulator.tar.gz index.html watch.wasm watch.js
- name: Upload simulator build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: simulator.tar.gz
path: movement/make/build-sim/simulator.tar.gz

0 comments on commit 0f6f79a

Please sign in to comment.