We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd29fe commit b5bf249Copy full SHA for b5bf249
.github/workflows/main.yml
@@ -25,19 +25,19 @@ jobs:
25
command: idf.py image
26
27
- name: Upload Application Image
28
- uses: actions/upload-artifact@v2.2.4
+ uses: actions/upload-artifact@v4
29
with:
30
name: Application
31
path: build/ble2mqtt.bin
32
33
- name: Upload Filesystem Image
34
35
36
name: File System
37
path: build/fs_0.bin
38
39
- name: Upload Full Flash Image
40
41
42
name: Full Flash Image
43
path: build/ble2mqtt-full.bin
0 commit comments