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 1c6e01f commit 5a04d47Copy full SHA for 5a04d47
.github/workflows/ci.yaml
@@ -307,7 +307,7 @@ 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
311
with:
312
name: coverage-${{ matrix.python-version }}
313
path: .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
67
68
name: python-package-distributions
69
path: dist/
0 commit comments