mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-29 08:34:47 +08:00
for ci
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
echo "Done!"
|
echo "Done!"
|
||||||
|
|
||||||
- name: Upload Coverage Results
|
- name: Upload Coverage Results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: llvm-cov
|
name: llvm-cov
|
||||||
path: ${{ github.workspace }}/build/.coverage_llvm_cov
|
path: ${{ github.workspace }}/build/.coverage_llvm_cov
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
run: ctest -C ${{matrix.mode}} -j -V
|
run: ctest -C ${{matrix.mode}} -j -V
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: LastTest.log
|
name: LastTest.log
|
||||||
|
|||||||
Reference in New Issue
Block a user