-
Notifications
You must be signed in to change notification settings - Fork 125
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: actions/upload-pages-artifact
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: actions/upload-pages-artifact
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 3 files changed
- 4 contributors
Commits on Jan 30, 2026
-
Add
include-hidden-filesinput# The Problem Hidden files and directories (e.g. `.well-known`) are unconditionally excluded from the tar archive. There is no way to include them. (#129) # The Solution Add an `include-hidden-files` input (default `false`) that skips the `--exclude=.[^/]*` pattern when set to `true`. `.git` and `.github` are always excluded regardless. Test coverage added for the new option. I think this is the right approach rather than #134. Keep the default behavior safe, and give a sane option to users who know what they're doing. It was safe enough for upload-artifact, it should be safe enough here. # Context `actions/upload-artifact` introduced hidden file exclusion and a corresponding `include-hidden-files` option in [v4.4.0](https://github.com/actions/upload-artifact/releases/tag/v4.4.0). This action adopted the same exclusion behavior in its tar step but never added the equivalent option. This PR closes that gap. The only sane workaround without this option is to drop this action, manually create the tar, and hand it to `upload-artifact` directly. See [expressjs/expressjs.com#2173](expressjs/expressjs.com#2173) for an example.
Configuration menu - View commit details
-
Copy full SHA for f7615f5 - Browse repository at this point
Copy the full SHA f7615f5View commit details
Commits on Mar 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 56f665a - Browse repository at this point
Copy the full SHA 56f665aView commit details
Commits on Mar 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4a90348 - Browse repository at this point
Copy the full SHA 4a90348View commit details
Commits on Mar 26, 2026
-
Co-authored-by: Martin Costello <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57f0e84 - Browse repository at this point
Copy the full SHA 57f0e84View commit details -
Merge pull request #137 from jonchurch/include-hidden-files
feat: add `include-hidden-files` input
Configuration menu - View commit details
-
Copy full SHA for 0ca1617 - Browse repository at this point
Copy the full SHA 0ca1617View commit details
Commits on Apr 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fe9d4b7 - Browse repository at this point
Copy the full SHA fe9d4b7View commit details -
Merge pull request #139 from Tom-van-Woudenberg/patch-1
Update upload-artifact action to version 7
Configuration menu - View commit details
-
Copy full SHA for fc324d3 - Browse repository at this point
Copy the full SHA fc324d3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4...v5