Skip to content

Commit e0eb2aa

Browse files
committed
gh: update upload-artifact action to v4
1 parent 7715962 commit e0eb2aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/license_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
directory-to-scan: 'scan/'
1717
- name: Artifact Upload
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4
1919
with:
2020
name: scancode
2121
path: ./artifacts

Diff for: .github/workflows/package_core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
mv ../arduino-core-zephyr-llext* .
2727
2828
- name: Archive core
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: Core
3232
path: arduino-core-zephyr-llext*

0 commit comments

Comments
 (0)