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 100c799 commit a5ef30dCopy full SHA for a5ef30d
.github/workflows/test.yml
@@ -73,7 +73,7 @@ jobs:
73
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
74
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
75
- name: Store coverage files
76
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
77
with:
78
name: coverage-${{ matrix.python-version }}
79
path: coverage
@@ -111,7 +111,7 @@ jobs:
111
- run: coverage report
112
- run: coverage html --title "Coverage for ${{ github.sha }}"
113
- name: Store coverage HTML
114
115
116
name: coverage-html
117
path: htmlcov
0 commit comments