Skip to content

Commit

Permalink
Fix macOS installation (#602)
Browse files Browse the repository at this point in the history
* build: Run cargo update

* ci: Avoid nodejs 16 warnings

* build: Update deps
  • Loading branch information
SergioGasquez authored Mar 4, 2024
1 parent 59a35d6 commit aceb99a
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 288 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: cargo build --release
working-directory: espflash

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: espflash
path: target/release/espflash
Expand All @@ -67,7 +67,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: espflash
path: espflash_app
Expand Down
Loading

0 comments on commit aceb99a

Please sign in to comment.