|
49 | 49 | # due to some bug in gcov, we need to use --gcov-ignore-parse-errors=negative_hits.warn |
50 | 50 | run: pipx run gcovr --gcov-ignore-parse-errors=negative_hits.warn --exclude-throw-branches --filter src/ --cobertura > cobertura.xml |
51 | 51 | - name: upload coverage report to artifacts |
52 | | - uses: actions/upload-artifact@v4 |
| 52 | + uses: actions/upload-artifact@v7 |
53 | 53 | with: |
54 | 54 | name: cobertura.xml |
55 | 55 | path: cobertura.xml |
@@ -387,7 +387,7 @@ jobs: |
387 | 387 | cmake --build . --target test |
388 | 388 | - name: upload vcpkg logs to artifacts |
389 | 389 | if: always() # even if previous steps fail, this one needs to be run |
390 | | - uses: actions/upload-artifact@v4 |
| 390 | + uses: actions/upload-artifact@v7 |
391 | 391 | with: |
392 | 392 | name: vcpkg_linux_logs |
393 | 393 | path: | |
@@ -415,11 +415,11 @@ jobs: |
415 | 415 | name: vcpkg - windows - ${{ matrix.arch }} | ${{ matrix.config }} |
416 | 416 | steps: |
417 | 417 | - name: git clone |
418 | | - uses: actions/checkout@v4 |
| 418 | + uses: actions/checkout@v6 |
419 | 419 | with: |
420 | 420 | submodules: true |
421 | 421 | - name: get myci scripts |
422 | | - uses: actions/checkout@v4 |
| 422 | + uses: actions/checkout@v6 |
423 | 423 | with: |
424 | 424 | repository: cppfw/myci |
425 | 425 | ref: latest |
@@ -449,7 +449,7 @@ jobs: |
449 | 449 | cmake --build . --config ${{ matrix.config}} --target test |
450 | 450 | - name: upload vcpkg logs to artifacts |
451 | 451 | if: always() # even if previous steps fail, this one needs to be run |
452 | | - uses: actions/upload-artifact@v4 |
| 452 | + uses: actions/upload-artifact@v7 |
453 | 453 | with: |
454 | 454 | name: vcpkg_windows_${{ matrix.arch }}_${{ matrix.config }}_logs |
455 | 455 | path: | |
@@ -506,7 +506,7 @@ jobs: |
506 | 506 | # ./test |
507 | 507 | - name: upload vcpkg logs to artifacts |
508 | 508 | if: always() # even if previous steps fail, this one needs to be run |
509 | | - uses: actions/upload-artifact@v4 |
| 509 | + uses: actions/upload-artifact@v7 |
510 | 510 | with: |
511 | 511 | name: vcpkg_ios_${{ matrix.config }}_logs |
512 | 512 | path: | |
|
0 commit comments