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 707e345 commit 5b210b4Copy full SHA for 5b210b4
.github/workflows/ci.yaml
@@ -307,10 +307,11 @@ jobs:
307
-o console_output_style=count \
308
tests
309
- name: Upload coverage artifact
310
- uses: actions/upload-artifact@v4.3.6
+ uses: actions/upload-artifact@v5.0.0
311
with:
312
name: coverage-${{ matrix.python-version }}
313
path: .coverage
314
+ include-hidden-files: true
315
316
coverage:
317
name: Process test coverage
.github/workflows/release.yaml
@@ -63,7 +63,7 @@ jobs:
63
run: >-
64
python3 -m build
65
- name: Store the distribution packages
66
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
67
68
name: python-package-distributions
69
path: dist/
0 commit comments