We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7715962 commit e0eb2aaCopy full SHA for e0eb2aa
.github/workflows/license_check.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
directory-to-scan: 'scan/'
17
- name: Artifact Upload
18
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
19
20
name: scancode
21
path: ./artifacts
.github/workflows/package_core.yml
@@ -26,7 +26,7 @@ jobs:
26
mv ../arduino-core-zephyr-llext* .
27
28
- name: Archive core
29
30
31
name: Core
32
path: arduino-core-zephyr-llext*
0 commit comments