We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a0fc85 + f1cf4bf commit c3100d5Copy full SHA for c3100d5
.github/workflows/python-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
python -m build
34
35
- name: Upload distributions
36
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
37
with:
38
name: release-dists
39
path: dist/
.github/workflows/tests.yml
@@ -40,13 +40,13 @@ jobs:
40
coverage-badge -o coverage.svg
41
42
- name: Upload Badge
43
44
45
name: coverage-badge-${{ matrix.python-version }}.svg
46
path: coverage.svg
47
48
- name: Upload Report
49
50
51
name: coverage_report_${{ matrix.python-version }}
52
path: htmlcov
0 commit comments