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 a020ec8 commit 248e741Copy full SHA for 248e741
.github/workflows/github-ci.yaml
@@ -230,7 +230,7 @@ jobs:
230
231
- run: python -m pip install --upgrade coverage[toml]
232
233
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
234
with:
235
pattern: coverage-data*
236
merge-multiple: true
.github/workflows/publish-to-pypi.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
steps:
46
- name: Download all the dists
47
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
48
49
name: python-package-distributions
50
path: dist/
0 commit comments