You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ There is also a new sub-action, `actions/upload-artifact/merge`. For more info,
64
64
Due to how Artifacts are created in this new version, it is no longer possible to upload to the same named Artifact multiple times. You must either split the uploads into multiple Artifacts with different names, or only upload once. Otherwise you _will_ encounter an error.
65
65
66
66
3. Limit of Artifacts for an individual job. Each job in a workflow run now has a limit of 500 artifacts.
67
+
4. With `v4.4` and later, hidden files are excluded by default.
67
68
68
69
For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
69
70
@@ -107,6 +108,12 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
107
108
# Does not fail if the artifact does not exist.
108
109
# Optional. Default is 'false'
109
110
overwrite:
111
+
112
+
# Whether to include hidden files in the provided path in the artifact
113
+
# The file contents of any hidden files in the path should be validated before
114
+
# enabled this to avoid uploading sensitive information.
0 commit comments