💚 Set include-hidden-files to True when using the upload-artifact GH action (#1098)

set include-hidden-files to true for actions/upload-artifact@v4
This commit is contained in:
Sofie Van Landeghem
2024-09-02 22:13:38 +02:00
committed by GitHub
parent e2d3153dcc
commit 5c6688e945
2 changed files with 4 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ jobs:
with:
name: docs-site
path: ./site/**
include-hidden-files: true
# https://github.com/marketplace/actions/alls-green#why
docs-all-green: # This job does nothing and is only used for the branch protection

View File

@@ -76,6 +76,8 @@ jobs:
with:
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
path: coverage
include-hidden-files: true
coverage-combine:
needs:
- test
@@ -107,6 +109,7 @@ jobs:
with:
name: coverage-html
path: htmlcov
include-hidden-files: true
# https://github.com/marketplace/actions/alls-green#why
alls-green: # This job does nothing and is only used for the branch protection