mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix deprecated GitHub action artifact version
This commit is contained in:
parent
dab3eea6cb
commit
b3cdb7e4b8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos-package.yml
vendored
4
.github/workflows/macos-package.yml
vendored
|
@ -49,12 +49,12 @@ jobs:
|
|||
--skip-jenkins
|
||||
PySolFC.dmg dist
|
||||
- name: Upload zipped app
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: pysolfc-app
|
||||
path: PySolFC-app.zip
|
||||
- name: Upload dmg
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: pysolfc-dmg
|
||||
path: PySolFC.dmg
|
||||
|
|
Loading…
Add table
Reference in a new issue