Skip to content

Commit

Permalink
Merge pull request #468 from theAlexes/theAlexes/ci-fix
Browse files Browse the repository at this point in the history
bump to the newer upload-artifact github action
  • Loading branch information
theAlexes authored Sep 4, 2024
2 parents d4bd10b + fd526ed commit b69cd11
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 b69cd11

Please sign in to comment.