Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
  • Loading branch information
robherley and konradpabjan committed Dec 13, 2023
1 parent 875b630 commit 9653d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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'
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 9653d03

Please sign in to comment.