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 64c38bc commit c3840d0Copy full SHA for c3840d0
.github/workflows/tox.yml
@@ -98,12 +98,11 @@ jobs:
98
if: ${{ matrix.command5 }}
99
100
- name: Archive logs
101
- uses: actions/upload-artifact@v4
+ uses: coactions/upload-artifact@v4
102
with:
103
name: logs-${{ matrix.name }}.zip
104
include-hidden-files: true
105
path: |
106
- .tox/**/log/
107
.tox/**/.coverage*
108
.tox/**/coverage.xml
109
README.md
@@ -56,7 +56,7 @@ Github Actions, you only need a step like:
56
57
```yaml
58
59
60
61
62
path: .tox/**/log/
0 commit comments