We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a43e6 commit c7ada2cCopy full SHA for c7ada2c
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
88
- name: Upload coverage HTML report artifact
89
if: matrix.build == 'Debug'
90
- uses: actions/upload-artifact
+ uses: actions/upload-artifact@v4
91
with:
92
name: CoverageReport
93
path: ./build/ccov/all-merged/coverage.html
0 commit comments