Use Github Artifacts v4 (#12152)
This commit is contained in:
parent
f4c090eec4
commit
1dbcdfb6b2
4 changed files with 13 additions and 14 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -81,9 +81,9 @@ jobs:
|
|||
|
||||
- name: Upload Artifact
|
||||
if: env.ENABLE_COVERAGE == 'true'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage
|
||||
name: coverage-${{ matrix.runner }}
|
||||
path: |
|
||||
coverage
|
||||
!coverage/lcov-report
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue