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 2cd8a8f commit 5609164Copy full SHA for 5609164
.github/workflows/test.yml
@@ -75,7 +75,7 @@ jobs:
75
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
76
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
77
- name: Store coverage files
78
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
79
with:
80
name: coverage-${{ runner.os }}-${{ matrix.python-version }}
81
path: coverage
@@ -117,7 +117,7 @@ jobs:
117
- run: coverage report
118
- run: coverage html --title "Coverage for ${{ github.sha }}"
119
- name: Store coverage HTML
120
121
122
name: coverage-html
123
path: htmlcov
0 commit comments