Upgrade upload-artifact action
This commit is contained in:
parent
45305cf234
commit
0f61666553
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pyinstaller.yml
vendored
4
.github/workflows/pyinstaller.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
uses: JackMcKew/pyinstaller-action-linux@python3.10
|
uses: JackMcKew/pyinstaller-action-linux@python3.10
|
||||||
with:
|
with:
|
||||||
path: .
|
path: .
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: stacosys
|
name: stacosys-${{ matrix.runs-on }}
|
||||||
path: dist/linux
|
path: dist/linux
|
||||||
|
|
Loading…
Add table
Reference in a new issue