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 aaf0220 commit 8416531Copy full SHA for 8416531
1 file changed
.github/workflows/main.yml
@@ -81,7 +81,7 @@ jobs:
81
id: format_db_id
82
83
- name: Upload coverage data
84
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
85
with:
86
name: coverage-data-${{ matrix.python-version }}-${{ steps.format_db_id.outputs.db_id }}
87
path: '${{ github.workspace }}/.coverage.*'
@@ -106,7 +106,7 @@ jobs:
106
run: uv pip install --system coverage[toml]
107
108
- name: Download data
109
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
110
111
path: ${{ github.workspace }}
112
pattern: coverage-data-*
@@ -122,7 +122,7 @@ jobs:
122
123
- name: Upload HTML report
124
if: ${{ failure() }}
125
126
127
name: html-report
128
path: htmlcov
0 commit comments