Update doNotUpdateUploadArtifactToV4.json

This commit is contained in:
Oliver Weyhmüller 2025-01-08 17:25:00 +00:00 committed by Forgejo
parent 8f9a7925d8
commit 54785ab298
Signed by: forgejo
GPG key ID: D08115898C8A25D3

View file

@ -3,8 +3,8 @@
{ {
"description": "Do not update Artifact Upload Action to v4", "description": "Do not update Artifact Upload Action to v4",
"matchPackageNames": [ "actions/upload-artifact" ], "matchPackageNames": [ "actions/upload-artifact" ],
"matchDatasources": [ "gitea-tags" ], "matchCategories": [ "ci" ],
"allowedVersions": "v3" "allowedVersions": "!/v3/"
} }
] ]
} }