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 e488c0e commit ff4a446Copy full SHA for ff4a446
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
steps:
56
- uses: actions/checkout@v5
57
- name: download covearge
58
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
59
with:
60
name: code-coverage-report
61
- name: check coverage
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
- name: Download all the dists
42
43
44
name: python-package-distributions
45
path: dist/
@@ -60,7 +60,7 @@ jobs:
62
63
64
65
66
0 commit comments