2
0
Fork 0
mirror of https://github.com/actions/upload-artifact.git synced 2025-03-31 09:06:33 +00:00
This commit is contained in:
Gareth Jones 2025-03-19 21:53:24 +01:00 committed by GitHub
commit e149d254c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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