Skip to content

Commit f5b18c8

Browse files
committed
Update for breaking change in actions/upload-artifact@v4
See #72 (comment)
1 parent f952d20 commit f5b18c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
path: |
3737
.test/.coverage/coverage.*
3838
.test/.coverage/GOCOVERDIR/
39+
include-hidden-files: true
3940
if-no-files-found: error
4041
- name: gofmt
4142
run: find -name '*.go' -type f -exec ./.go-env.sh gofmt -l -s -w '{}' +

0 commit comments

Comments
 (0)