Apply suggestions from code review

Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
Rob Herley 2023-12-13 12:24:16 -05:00 committed by GitHub
parent 875b630764
commit 9653d03c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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