Skip to content

Commit 523722c

Browse files
authored
Adopt coactions/upload-artifact (#4622)
1 parent c89815b commit 523722c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tox.yml

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

160160
- name: Archive logs
161-
uses: actions/upload-artifact@v4
161+
uses: coactions/upload-artifact@v4
162162
with:
163163
name: logs-${{ matrix.name }}.zip
164164
include-hidden-files: true
165165
path: |
166-
.tox/**/log/
167166
.tox/**/.coverage*
168167
.tox/**/coverage.xml
169168

0 commit comments

Comments
 (0)