mirror of
https://ak-git.vectorsigma.ru/terghalin/metalcheck-cli.git
synced 2026-02-21 17:40:31 +09:00
fix(ci): use previous version of upload-artifact
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
run: pyinstaller --onefile --name=metalcheck cli/main.py
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: metalcheck-cli
|
||||
path: dist/metalcheck
|
||||
|
||||
Reference in New Issue
Block a user