Skip to content

Commit

Permalink
Update sub_buildMacOSCondaIntel.yml
Browse files Browse the repository at this point in the history
updated artifact to v4
  • Loading branch information
mosfet80 authored Dec 20, 2023
1 parent 3bdcb4d commit e17ca91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sub_buildMacOSCondaIntel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@ jobs:
reportFile: ${{env.reportdir}}${{ env.reportfilename }}
- name: Upload logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifactBasename }}-Logs
path: |
${{ env.logdir }}
/var/crash/*FreeCAD*
- name: Upload report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.reportfilename }}
path: |
Expand Down

0 comments on commit e17ca91

Please sign in to comment.