fix(ci): use previous version of upload-artifact
All checks were successful
Build Binary / build (push) Successful in 2m27s
All checks were successful
Build Binary / build (push) Successful in 2m27s
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
run: pyinstaller --onefile --name=metalcheck cli/main.py
|
run: pyinstaller --onefile --name=metalcheck cli/main.py
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: metalcheck-cli
|
name: metalcheck-cli
|
||||||
path: dist/metalcheck
|
path: dist/metalcheck
|
||||||
|
|||||||
Reference in New Issue
Block a user