fix(ci): Downgrade upload-artifact actions again to v3 this time

This commit is contained in:
Ginger
2025-12-10 11:33:01 -05:00
parent f1d6536793
commit 6a8b988b36
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ jobs:
[ -f /etc/conduwuit/conduwuit.toml ] && echo "✅ Config file installed"
- name: Upload deb artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: continuwuity-${{ steps.debian-version.outputs.distribution }}
path: ${{ steps.cargo-deb.outputs.path }}