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
[actions/upload-artifact](https://github.com/actions/upload-artifact) v3 has been deprecated on November 30, 2024. This bumps to v4.
> Breaking Changes
>
> On self hosted runners, additional firewall rules may be required.
>
> Uploading to the same named Artifact multiple times.
>
> 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.
>
> Limit of Artifacts for an individual job. Each job in a workflow run now has a limit of 500 artifacts.
>
> With v4.4 and later, hidden files are excluded by default.
0 commit comments