Skip to content

Commit 90d578a

Browse files
committed
gh: fix actions/upload-artifact deprecation
1 parent 78258cb commit 90d578a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
west build -p -b beagleconnect_freedom samples/analog_input
3939
4040
- name: Archive firmware
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v3
4242
with:
4343
name: firmware
4444
path: Arduino-Zephyr-API/build/zephyr/zephyr.*

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@v1
18+
uses: actions/upload-artifact@v3
1919
with:
2020
name: scancode
2121
path: ./artifacts

0 commit comments

Comments
 (0)