Skip to content

Commit c3840d0

Browse files
authored
Adopt coactions/upload-artifact (#46)
1 parent 64c38bc commit c3840d0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,11 @@ jobs:
9898
if: ${{ matrix.command5 }}
9999

100100
- name: Archive logs
101-
uses: actions/upload-artifact@v4
101+
uses: coactions/upload-artifact@v4
102102
with:
103103
name: logs-${{ matrix.name }}.zip
104104
include-hidden-files: true
105105
path: |
106-
.tox/**/log/
107106
.tox/**/.coverage*
108107
.tox/**/coverage.xml
109108

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Github Actions, you only need a step like:
5656

5757
```yaml
5858
- name: Archive logs
59-
uses: actions/upload-artifact@v4
59+
uses: coactions/upload-artifact@v4
6060
with:
6161
name: logs-${{ matrix.name }}.zip
6262
path: .tox/**/log/

0 commit comments

Comments
 (0)