Skip to content

Commit 40031cf

Browse files
authored
Update upload-artifact GH action's version (#1145)
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 310ace5 commit 40031cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
fail_ci_if_error: false
4646
verbose: false
4747
- name: Archive code coverage data
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: coverage-data
5151
path: FreeRTOS/Test/CMock/build/cmock_test*
5252
- name: Archive code coverage html report
53-
uses: actions/upload-artifact@v2
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: coverage-report
5656
path: FreeRTOS/Test/CMock/build/coverage

0 commit comments

Comments
 (0)