Update upload-artifact GH action's version

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav Aggarwal 2024-09-11 05:51:00 +00:00
parent 310ace5dd0
commit 36a7899084

View file

@ -45,12 +45,12 @@ jobs:
fail_ci_if_error: false fail_ci_if_error: false
verbose: false verbose: false
- name: Archive code coverage data - name: Archive code coverage data
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: coverage-data name: coverage-data
path: FreeRTOS/Test/CMock/build/cmock_test* path: FreeRTOS/Test/CMock/build/cmock_test*
- name: Archive code coverage html report - name: Archive code coverage html report
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: coverage-report name: coverage-report
path: FreeRTOS/Test/CMock/build/coverage path: FreeRTOS/Test/CMock/build/coverage