From fd526ed4014fc5f9cac47dc3ca880e5419f98656 Mon Sep 17 00:00:00 2001 From: Alex Maestas Date: Wed, 4 Sep 2024 20:10:37 +0000 Subject: [PATCH] bump to the newer upload-artifact github action --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b4fc79..84d179a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: env: COLOR: BLUE -jobs: +jobs: build: container: image: ghcr.io/armmbed/mbed-os-env:latest @@ -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 @@ -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