ノート: GitHubホストランナーは、現在GitHub Enterprise Serverでサポートされていません。 GitHubパブリックロードマップで、計画されている将来のサポートに関する詳しい情� �を見ることができます。
Deleting an artifact
Warning: Once you delete an artifact, it can not be restored.
これらのステップを実行するには、リポジトリへの書き込みアクセスが必要です。
By default, GitHub Enterprise Server stores build logs and artifacts for 90 days, and this retention period can be customized. For more information, see "Usage limits, billing, and administration."
-
your GitHub Enterprise Server instanceで、リポジトリのメインページにアクセスしてく� さい。
-
Under your repository name, click Actions.
-
左のサイドバーで、表示させたいワークフローをクリックしてく� さい。
-
ワークフローの実行リストから、表示させたい実行の名前をクリックしてく� さい。
-
Under Artifacts, click next to the artifact you want to remove.
Setting the retention period for an artifact
Retention periods for artifacts and logs can be configured at the repository, organization, and enterprise level. For more information, see "Usage limits, billing, and administration."
You can also define a custom retention period for individual artifacts using the actions/upload-artifact
action in a workflow. For more information, see "Storing workflow data as artifacts."
Finding the expiration date of an artifact
You can use the API to confirm the date that an artifact is scheduled to be deleted. For more information, see the expires_at
value returned by "List artifacts for a repository."