Update artifact upload action to v3 for Gitea compatibility
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user