Update artifact upload action to v3 for Gitea compatibility

This commit is contained in:
Space-Banane
2026-02-17 16:15:39 +01:00
parent d5a86b84a3
commit 1b7c56b088

View File

@@ -51,7 +51,8 @@ jobs:
run: npx web-ext build -s . -a dist --overwrite-dest run: npx web-ext build -s . -a dist --overwrite-dest
- name: Upload build artifact - name: Upload build artifact
uses: actions/upload-artifact@v4 # v4+ not supported on Gitea Actions/Forgejo, use v3 for compatibility
uses: actions/upload-artifact@v3
with: with:
name: web-ext-build name: web-ext-build
path: dist/ path: dist/