Skip to content

Commit b0f1743

Browse files
fix: coverage artifact name
1 parent 8ab5236 commit b0f1743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
if: ${{ inputs.upload-coverage }}
6767
uses: actions/upload-artifact@v4
6868
with:
69-
name: ${{ github.sha }}-${{github.run_id}}-coverage
69+
name: coverage
7070
path: coverage
7171
overwrite: true

0 commit comments

Comments
 (0)