From 9653d03c4b74c32144e02dae644fea70e079d4b3 Mon Sep 17 00:00:00 2001 From: Rob Herley Date: Wed, 13 Dec 2023 12:24:16 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Konrad Pabjan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0b79fc..601d7fd 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ For more information, see the [`@actions/artifact`](https://github.com/actions/t ### Inputs ```yaml -- uses: actions/download-artifact@v4 +- uses: actions/upload-artifact@v4 with: # Name of the artifact to upload. # Optional. Default is 'artifact' @@ -259,7 +259,7 @@ jobs: This will result in artifacts like: `binary-ubuntu-latest-a`, `binary-windows-latest-b`, and so on. -Previously the behavior _allowed_ for the artifact names to be the same which resulted in unexpected mutations and accidental corruption. Artifacts created by upload-artifact@v4 will be immutable. +Previously the behavior _allowed_ for the artifact names to be the same which resulted in unexpected mutations and accidental corruption. Artifacts created by upload-artifact@v4 are immutable. ### Environment Variables and Tilde Expansion