File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,19 @@ jobs:
4646 env :
4747 COVERAGE_FILE : " .coverage.${{ matrix.os }}.${{ matrix.python-version }}"
4848 - name : Store coverage file
49- uses : actions/upload-artifact@v4
50- with :
51- name : coverage-${{ matrix.os }}-${{ matrix.python-version }}
52- path : .coverage.${{ matrix.os }}.${{ matrix.python-version }}
53- include-hidden-files : true
49+ uses : actions/upload-artifact@v4
50+ with :
51+ name : coverage-${{ matrix.os }}-${{ matrix.python-version }}
52+ path : .coverage.${{ matrix.os }}.${{ matrix.python-version }}
53+ include-hidden-files : true
5454
5555 coverage :
5656 name : Coverage
5757 runs-on : ubuntu-latest
5858 needs : pytest
59- permissions :
60- pull-requests : write
61- contents : write
59+ permissions :
60+ pull-requests : write
61+ contents : write
6262 steps :
6363 - uses : actions/checkout@v4
6464 - uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments