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
@@ -59,12 +60,8 @@ There is also a new sub-action, `actions/upload-artifact/merge`. For more info,
59
60
### Breaking Changes
60
61
61
62
1. On self hosted runners, additional [firewall rules](https://github.com/actions/toolkit/tree/main/packages/artifact#breaking-changes) may be required.
62
-
2. Uploading to the same named Artifact multiple times.
63
-
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
-
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.
63
+
2. Limit of Artifacts for an individual job. Each job in a workflow run now has a limit of 500 artifacts.
64
+
3. With `v4.4` and later, hidden files are excluded by default.
68
65
69
66
For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
70
67
@@ -118,9 +115,9 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
118
115
119
116
### Outputs
120
117
121
-
| Name | Description | Example |
122
-
| - | - | - |
123
-
| `artifact-id` | GitHub ID of an Artifact, can be used by the REST API | `1234` |
| `artifact-id` | GitHub ID of an Artifact, can be used by the REST API | `1234` |
124
121
| `artifact-url` | URL to download an Artifact. Can be used in many scenarios such as linking to artifacts in issues or pull requests. Users must be logged-in in order for this URL to work. This URL is valid as long as the artifact has not expired or the artifact, run or repository have not been deleted | `https://github.com/example-org/example-repo/actions/runs/1/artifacts/1234` |
0 commit comments