Skip to content

Commit aceb99a

Browse files
Fix macOS installation (#602)
* build: Run cargo update * ci: Avoid nodejs 16 warnings * build: Update deps
1 parent 59a35d6 commit aceb99a

File tree

3 files changed

+254
-288
lines changed

3 files changed

+254
-288
lines changed

.github/workflows/hil.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: cargo build --release
4242
working-directory: espflash
4343

44-
- uses: actions/upload-artifact@v3
44+
- uses: actions/upload-artifact@v4
4545
with:
4646
name: espflash
4747
path: target/release/espflash
@@ -67,7 +67,7 @@ jobs:
6767
fail-fast: false
6868
steps:
6969
- uses: actions/checkout@v4
70-
- uses: actions/download-artifact@v3
70+
- uses: actions/download-artifact@v4
7171
with:
7272
name: espflash
7373
path: espflash_app

0 commit comments

Comments
 (0)