Fix build: unique names required for v4 upload-artifact task (#1274) (#1275)

- fixes kernal unit test build broken since 9245b4aaa
This commit is contained in:
Matt Ryall [Mawson Rovers]
2024-09-30 15:47:06 +10:00
committed by GitHub
parent d80937d050
commit 59f1c570cf

View File

@@ -30,12 +30,12 @@ jobs:
- name: Archive code coverage data
uses: actions/upload-artifact@v4
with:
name: coverage-data
name: submodule-coverage-data
path: FreeRTOS/Test/CMock/build/cmock_test*
- name: Archive code coverage html report
uses: actions/upload-artifact@v4
with:
name: coverage-report
name: submodule-coverage-report
path: FreeRTOS/Test/CMock/build/coverage
run-upstream:
name: FreeRTOS-Kernel Main Branch
@@ -71,10 +71,10 @@ jobs:
- name: Archive code coverage data
uses: actions/upload-artifact@v4
with:
name: coverage-data
name: main-branch-coverage-data
path: FreeRTOS/Test/CMock/build/cmock_test*
- name: Archive code coverage html report
uses: actions/upload-artifact@v4
with:
name: coverage-report
name: main-branch-coverage-report
path: FreeRTOS/Test/CMock/build/coverage