Skip to content

Commit d56bfb8

Browse files
committed
fixing
1 parent 9b01152 commit d56bfb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
- name: Upload coverage results
8383
uses: actions/upload-artifact@v4
8484
with:
85-
name: coverage-artifact-${{ matrix.python }}
86-
path: .coverage-${{ matrix.python }}
85+
name: coverage-artifact-compliance-${{ matrix.python }}
86+
path: .coverage-compliance-${{ matrix.python }}
8787

8888
cover:
8989
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)