You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ For more information, see the [`@actions/artifact`](https://github.com/actions/t
61
61
### Inputs
62
62
63
63
```yaml
64
-
- uses: actions/download-artifact@v4
64
+
- uses: actions/upload-artifact@v4
65
65
with:
66
66
# Name of the artifact to upload.
67
67
# Optional. Default is 'artifact'
@@ -259,7 +259,7 @@ jobs:
259
259
260
260
This will result in artifacts like: `binary-ubuntu-latest-a`, `binary-windows-latest-b`, and so on.
261
261
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.
0 commit comments