mirror of
https://github.com/actions/upload-artifact.git
synced 2025-12-06 08:58:34 +08:00
Compare commits
2 Commits
37b99d679e
...
e149d254c2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e149d254c2 | ||
|
|
0fa66e7d62 |
@@ -390,7 +390,7 @@ jobs:
|
||||
|
||||
### Overwriting an Artifact
|
||||
|
||||
Although it's not possible to mutate an Artifact, can completely overwrite one. But do note that this will give the Artifact a new ID, the previous one will no longer exist:
|
||||
Although it's not possible to mutate an Artifact, you can completely overwrite one but do note that this will give the Artifact a new ID, the previous one will no longer exist:
|
||||
|
||||
```yaml
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user