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 9e29a8e commit e98cfe2Copy full SHA for e98cfe2
.github/workflows/tests.yml
@@ -83,15 +83,15 @@ jobs:
83
84
- name: Upload coverage data
85
if: always() && matrix.session == 'tests'
86
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
87
with:
88
name: coverage-data-${{ matrix.os }}-${{ matrix.python }}
89
include-hidden-files: true
90
path: ".coverage.*"
91
92
- name: Upload documentation
93
if: matrix.session == 'docs-build'
94
95
96
name: docs
97
path: docs/_build
0 commit comments