Skip to content

Commit c1abf79

Browse files
authored
Fix upload-artifact action to work with v4.4 and newer (#215)
1 parent 574e024 commit c1abf79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
uses: actions/upload-artifact@v4
110110
with:
111111
name: logs-${{ matrix.name }}.zip
112+
include-hidden-files: true
112113
path: |
113114
.tox/**/log/
114115
.tox/**/coverage.xml
@@ -148,6 +149,7 @@ jobs:
148149
with:
149150
name: logs.zip
150151
pattern: logs-*.zip
152+
include-hidden-files: true
151153
separate-directories: true
152154

153155
- name: Download artifacts

0 commit comments

Comments
 (0)