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 e3650f6 commit f3a1368Copy full SHA for f3a1368
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
cache: pip
89
90
- name: Download coverage data
91
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
92
with:
93
pattern: coverage-data-*
94
merge-multiple: true
.github/workflows/pypi-package.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Download packages built by build-and-inspect-python-package
42
43
44
name: Packages
45
path: dist
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments