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 b492729 commit bc65240Copy full SHA for bc65240
.github/workflows/ci.yml
@@ -182,7 +182,7 @@ jobs:
182
name: codecov-umbrella
183
184
- name: Archive coverage report
185
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
186
with:
187
name: coverage-report
188
path: lcov.info
.github/workflows/release.yml
@@ -89,7 +89,7 @@ jobs:
89
7z a ../../../${{ matrix.asset_name }}.zip ${{ matrix.artifact_name }}
90
91
- name: Upload artifacts
92
93
94
name: ${{ matrix.asset_name }}
95
path: |
0 commit comments