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
|
- name: create pip package
|
||||||
run: python -m build
|
run: python -m build
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: dist/gotify_tray-*.whl
|
path: dist/gotify_tray-*.whl
|
||||||
|
|||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: upload to pypi
|
- name: upload to pypi
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: gotify_tray-${{github.ref_name}}-py3-none-any.whl
|
name: gotify_tray-${{github.ref_name}}-py3-none-any.whl
|
||||||
path: dist/gotify_tray-${{github.ref_name}}-py3-none-any.whl
|
path: dist/gotify_tray-${{github.ref_name}}-py3-none-any.whl
|
||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
needs: [pypi]
|
needs: [pypi]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v3
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: marvinpinto/action-automatic-releases@latest
|
uses: marvinpinto/action-automatic-releases@latest
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user