Skip to content

Commit

Permalink
Fix build: unique names required for v4 upload-artifact task (#1274) (#…
Browse files Browse the repository at this point in the history
…1275)

- fixes kernal unit test build broken since 9245b4a
  • Loading branch information
mryall-mawson authored Sep 30, 2024
1 parent d80937d commit 59f1c57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/kernel-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 59f1c57

Please sign in to comment.