Update export-mcad.yaml
This commit is contained in:
4
.github/workflows/export-mcad.yaml
vendored
4
.github/workflows/export-mcad.yaml
vendored
@@ -78,7 +78,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload STLs as Artifacts
|
- name: Upload STLs as Artifacts
|
||||||
if: github.event_name != 'release'
|
if: github.event_name != 'release'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Feeder-STLs
|
name: Feeder-STLs
|
||||||
path: ~/Feeder-STLs.zip
|
path: ~/Feeder-STLs.zip
|
||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload DXFs as Artifacts
|
- name: Upload DXFs as Artifacts
|
||||||
if: github.event_name != 'release'
|
if: github.event_name != 'release'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Feeder-DXFs
|
name: Feeder-DXFs
|
||||||
path: ~/Feeder-DXFs.zip
|
path: ~/Feeder-DXFs.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user