Update export-mcad.yaml

This commit is contained in:
Stephen Hawes
2025-01-16 11:43:47 -05:00
committed by GitHub
parent 8b17741d45
commit f3ca7da2a0

View File

@@ -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