From e11e7e24ff8e9fb10a2a373bd1c67b7859df23ff Mon Sep 17 00:00:00 2001 From: Rex <116759116+Rex2501@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:14:54 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 479df99..c973df9 100644 --- a/README.md +++ b/README.md @@ -479,3 +479,5 @@ At the bottom of the workflow summary page, there is a dedicated section for art There is a trashcan icon that can be used to delete the artifact. This icon will only appear for users who have write permissions to the repository. The size of the artifact is denoted in bytes. The displayed artifact size denotes the size of the zip that `upload-artifact` creates during upload. The Digest column will display the SHA256 digest of the artifact being uploaded. +- name: Upload Artifact + uses: actions/upload-artifact@4.6.2