We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78258cb commit 90d578aCopy full SHA for 90d578a
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
west build -p -b beagleconnect_freedom samples/analog_input
39
40
- name: Archive firmware
41
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
42
with:
43
name: firmware
44
path: Arduino-Zephyr-API/build/zephyr/zephyr.*
.github/workflows/license_check.yml
@@ -15,7 +15,7 @@ jobs:
15
16
directory-to-scan: 'scan/'
17
- name: Artifact Upload
18
- uses: actions/upload-artifact@v1
19
20
name: scancode
21
path: ./artifacts
0 commit comments