We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f5135 commit cbbd859Copy full SHA for cbbd859
.github/workflows/Ubuntu-arm.yml
@@ -493,7 +493,7 @@ jobs:
493
494
- name: Upload to codecov.io
495
if: ${{ success() && (matrix.coverage == true) }}
496
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
497
with:
498
file: ./coverage.info
499
fail_ci_if_error: true
.github/workflows/Ubuntu.yml
@@ -505,7 +505,7 @@ jobs:
505
506
507
508
509
510
511
0 commit comments