Skip to content

Commit 9653d03

Browse files
Apply suggestions from code review
Co-authored-by: Konrad Pabjan <[email protected]>
1 parent 875b630 commit 9653d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For more information, see the [`@actions/artifact`](https://github.com/actions/t
6161
### Inputs
6262

6363
```yaml
64-
- uses: actions/download-artifact@v4
64+
- uses: actions/upload-artifact@v4
6565
with:
6666
# Name of the artifact to upload.
6767
# Optional. Default is 'artifact'
@@ -259,7 +259,7 @@ jobs:
259259
260260
This will result in artifacts like: `binary-ubuntu-latest-a`, `binary-windows-latest-b`, and so on.
261261

262-
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.
262+
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.
263263

264264
### Environment Variables and Tilde Expansion
265265

0 commit comments

Comments
 (0)