Skip to content

Commit

Permalink
RDK-46381 resolved yml warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sithanda committed Feb 23, 2024
1 parent 41ac317 commit c60112e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/L1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Upload artifacts
if: ${{ !env.ACT && matrix.coverage == 'with-coverage' && matrix.extra_flags == 'RUN_TESTS' && matrix.build_type == 'Debug' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/L2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install coverage

- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v1.13
uses: jwlawson/actions-setup-cmake@v1.14
with:
cmake-version: '3.16.x'

Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Upload artifacts
if: ${{ !env.ACT && matrix.coverage == 'with-coverage' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
Expand Down

0 comments on commit c60112e

Please sign in to comment.