fix: Fix artifact action compatibility and add digest debugging

Resolve upload-artifact v4 GHES compatibility errors by downgrading to v3.
Switch to standard forgejo/download-artifact@v4 for pattern filtering support.
Update renovate configuration to prevent future incompatible upgrades.

Add diagnostic output to digest export step to troubleshoot zero-byte
artifact uploads preventing manifest creation. Include CI triggers for
Element workflow to test changes in pull requests.
This commit is contained in:
Tom Foster 2025-09-11 09:36:24 +01:00
commit 0673ac1a6c
3 changed files with 28 additions and 4 deletions

View file

@ -55,6 +55,12 @@
{
"matchManagers": ["cargo"],
"prConcurrentLimit": 5
},
{
"description": "Pin upload-artifact to v3 for Forgejo compatibility",
"matchManagers": ["github-actions"],
"matchPackageNames": ["**/upload-artifact"],
"allowedVersions": "< 4.0.0"
}
],
"customManagers": [