Compare commits

...

4 commits

Author SHA1 Message Date
MCJ Vasseur
73dca19b05
Merge 907c586e3b into de65e23aa2 2025-06-21 23:13:55 +00:00
Ben De St Paer-Gotch
de65e23aa2
Merge pull request #712 from actions/nebuk89-patch-1
Some checks failed
Code scanning - action / CodeQL-Build (push) Failing after 13s
Licensed / Check licenses (push) Failing after 1s
Update README.md
2025-06-17 12:09:38 +01:00
Ben De St Paer-Gotch
8747d8cd76
Update README.md 2025-06-16 10:11:27 +01:00
MCJ Vasseur
907c586e3b
Document relative paths not working
Multiple users can't get relative paths to work (see: https://github.com/actions/upload-artifact/issues/176). It would be great if relative paths do work but documenting the current case is better and reverting when this is fixed/(re-)implemented.
2025-03-09 15:18:33 +01:00

View file

@ -68,6 +68,24 @@ There is also a new sub-action, `actions/upload-artifact/merge`. For more info,
For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
## Note
Thank you for your interest in this GitHub repo, however, right now we are not taking contributions.
We continue to focus our resources on strategic areas that help our customers be successful while making developers' lives easier. While GitHub Actions remains a key part of this vision, we are allocating resources towards other areas of Actions and are not taking contributions to this repository at this time. The GitHub public roadmap is the best place to follow along for any updates on features were working on and what stage theyre in.
We are taking the following steps to better direct requests related to GitHub Actions, including:
1. We will be directing questions and support requests to our [Community Discussions area](https://github.com/orgs/community/discussions/categories/actions)
2. High Priority bugs can be reported through Community Discussions or you can report these to our support team https://support.github.com/contact/bug-report.
3. Security Issues should be handled as per our [security.md](SECURITY.md).
We will still provide security updates for this project and fix major breaking changes during this time.
You are welcome to still raise bugs in this repo.
## Usage
### Inputs
@ -186,7 +204,7 @@ would be flattened and uploaded as =>
If multiple paths are provided as input, the least common ancestor of all the search paths will be used as the root directory of the artifact. Exclude paths do not affect the directory structure.
Relative and absolute file paths are both allowed. Relative paths are rooted against the current working directory. Paths that begin with a wildcard character should be quoted to avoid being interpreted as YAML aliases.
Only absolute file paths are allowed. Paths that begin with a wildcard character should be quoted to avoid being interpreted as YAML aliases.
### Altering compressions level (speed v. size)