Skip to content

Commit ba69eff

Browse files
committed
Fixing action yaml
1 parent e251cdb commit ba69eff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/pytest.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)