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
> cloudposse/github-action-matrix-outputs-write@v1+ is not currently supported on GHES yet. If you are on GHES, you
55
58
> must use [v0](https://github.com/cloudposse/github-action-matrix-outputs-write/releases/tag/0.5.0).
56
-
59
+
57
60
The release of `cloudposse/github-action-matrix-outputs-write@v1` and `cloudposse/github-action-matrix-outputs-read@v1`
58
61
are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
59
-
62
+
60
63
For more information, see the [`@actions/artifact`](https://github.com/actions/toolkit/tree/main/packages/artifact) documentation.
61
-
64
+
62
65
### Breaking Changes
63
-
66
+
64
67
1. On self hosted runners, additional [firewall rules](https://github.com/actions/toolkit/tree/main/packages/artifact#breaking-changes) may be required.
65
68
2. Outputs writen with `cloudposse/github-action-matrix-outputs-write@v1` can not be read by `cloudposse/github-action-matrix-outputs-read@v0`and below versions.
66
69
@@ -75,7 +78,7 @@ references:
75
78
# How to use this project
76
79
usage: |-
77
80
Example how you can use workaround to reference matrix job outputs.
0 commit comments