Update doNotUpdateUploadArtifactToV4.json

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

View file

@ -4,7 +4,7 @@
"description": "Do not update Artifact Upload Action to v4",
"matchPackageNames": [ "actions/upload-artifact" ],
"matchDatasources": [ "gitea-tags" ],
"allowedVersions": "<=v3"
"allowedVersions": "v3"
}
]
}