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 b2c7933 commit 3ea0d95Copy full SHA for 3ea0d95
.github/workflows/test.yml
@@ -79,7 +79,7 @@ jobs:
79
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
80
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
81
- name: Store coverage files
82
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
83
with:
84
name: coverage-${{ runner.os }}-${{ matrix.python-version }}
85
path: coverage
@@ -121,7 +121,7 @@ jobs:
121
- run: coverage report
122
- run: coverage html --title "Coverage for ${{ github.sha }}"
123
- name: Store coverage HTML
124
125
126
name: coverage-html
127
path: htmlcov
0 commit comments