Update doNotUpdateUploadArtifactToV4.json

This commit is contained in:
Oliver Weyhmüller 2025-01-08 21:42:49 +00:00 committed by Forgejo
parent bbb657d903
commit b5b8689436
Signed by: forgejo
GPG key ID: D08115898C8A25D3

View file

@ -2,9 +2,9 @@
"packageRules": [
{
"description": "Do not update Artifact Upload Action to v4",
"matchPackageNames": [ "/actions\\/upload-artifact/" ],
"matchPackageNames": [ "actions/upload-artifact" ],
"matchCategories": [ "ci" ],
"allowedVersions": "!/v3/"
"allowedVersions": "!/v4/"
}
]
}