mirror of
https://github.com/actions/upload-artifact
synced 2025-09-23 12:17:58 +00:00
Compare commits
7 commits
7e5ba32e6c
...
d6fbd4b829
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d6fbd4b829 | ||
![]() |
de65e23aa2 | ||
![]() |
8747d8cd76 | ||
![]() |
7b464e09ec | ||
![]() |
5beeaa8496 | ||
![]() |
28fef43398 | ||
![]() |
89e13d5e1d |
3 changed files with 21 additions and 3 deletions
|
@ -14,7 +14,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
|
||||||
## Found a bug?
|
## Found a bug?
|
||||||
|
|
||||||
- **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/actions/upload-artifact/issues).
|
- **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/actions/upload-artifact/issues).
|
||||||
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/actions/upload-artifact/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or a **reproducable test case** demonstrating the expected behavior that is not occurring.
|
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/actions/upload-artifact/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or a **reproducible test case** demonstrating the expected behavior that is not occurring.
|
||||||
- If possible, use the relevant bug report templates to create the issue.
|
- If possible, use the relevant bug report templates to create the issue.
|
||||||
|
|
||||||
## What should I know before submitting a pull request or issue
|
## What should I know before submitting a pull request or issue
|
||||||
|
|
20
README.md
20
README.md
|
@ -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).
|
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 we’re working on and what stage they’re 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
|
## Usage
|
||||||
|
|
||||||
### Inputs
|
### Inputs
|
||||||
|
@ -190,7 +208,7 @@ Relative and absolute file paths are both allowed. Relative paths are rooted aga
|
||||||
|
|
||||||
### Altering compressions level (speed v. size)
|
### Altering compressions level (speed v. size)
|
||||||
|
|
||||||
If you are uploading large or easily compressable data to your artifact, you may benefit from tweaking the compression level. By default, the compression level is `6`, the same as GNU Gzip.
|
If you are uploading large or easily compressible data to your artifact, you may benefit from tweaking the compression level. By default, the compression level is `6`, the same as GNU Gzip.
|
||||||
|
|
||||||
The value can range from 0 to 9:
|
The value can range from 0 to 9:
|
||||||
- 0: No compression
|
- 0: No compression
|
||||||
|
|
|
@ -92,7 +92,7 @@ jobs:
|
||||||
path: file-${{ matrix.foo }}.txt
|
path: file-${{ matrix.foo }}.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Each of the following examples will use the `needs: upload` as a prerequesite before any merging operations.
|
Each of the following examples will use the `needs: upload` as a prerequisite before any merging operations.
|
||||||
|
|
||||||
### Combining all artifacts in a workflow run
|
### Combining all artifacts in a workflow run
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue