We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ac9fa commit be34484Copy full SHA for be34484
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Upload code coverage
73
uses: actions/upload-artifact@v4
74
with:
75
- name: coverage-node-${{ matrix.node-version }}-${{ matrix.os }}
+ name: coverage-node-${{ matrix.node-version }}
76
path: ./coverage/lcov.info
77
retention-days: 1
78
0 commit comments