We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632f8a5 commit ea8fb77Copy full SHA for ea8fb77
.github/workflows/grcov.yml
@@ -75,7 +75,7 @@ jobs:
75
--service-name "GitHub Actions" \
76
--service-number ${{ github.run_id }}
77
- name: Upload coverage as artifact
78
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
79
with:
80
name: lcov.info
81
# path: ${{ steps.grcov.outputs.report }}
0 commit comments