Fix artifact upload: include hidden files for .claude-issues/#1068
Merged
Conversation
upload-artifact@v6 excludes hidden directories (starting with .) by default since Sep 2024. Since .claude-issues/ is a dot-directory, all files were silently skipped. Adding include-hidden-files: true fixes the "No files were found" warning.
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes the actions/upload-artifact@v6 upload warning for the Claude CVE analysis artifact by explicitly including files under the hidden .claude-issues/ directory.
Changes:
- Set
include-hidden-files: trueon theclaude-cve-analysisartifact upload step so.claude-issues/*.mdis not silently skipped.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
upload-artifact@v6excludes hidden directories (names starting with.) by default since Sep 2024.claude-issues/is a dot-directory, all files inside it were silently skipped during artifact upload, causing the "No files were found" warninginclude-hidden-files: truefixes thisThis is the root cause of the artifact upload warning that persisted through PRs #1064 and #1067 — the glob pattern was never the issue; it was the hidden-directory exclusion.
Test plan
workflow_dispatchwithtest_cve_id=CVE-2026-42246anddry_run=trueclaude-cve-analysisartifact contains the.mdfile