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.
2 parents 9358297 + f5c3652 commit ef33b69Copy full SHA for ef33b69
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Upload HTML report.
43
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
44
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
45
with:
46
name: html-report
47
path: htmlcov
.github/workflows/pypi.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Build SDist and wheel
12
run: pipx run build
13
14
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
15
16
path: dist/*
17
0 commit comments