Downgrade artifact actions to v3 for Gitea compatibility
This commit is contained in:
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
@@ -26,6 +26,6 @@ jobs:
|
||||
- name: create pip package
|
||||
run: python -m build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: dist/gotify_tray-*.whl
|
||||
|
||||
Reference in New Issue
Block a user