Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
upload-artifact upgrade broken v3 to v4
  • Loading branch information
aymanhab authored Feb 7, 2025
1 parent 2535aad commit f198f0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
makensis.exe make_installer.nsi
mv OpenSim-${{ steps.build-gui.outputs.version }}-win64.exe $env:GITHUB_WORKSPACE
- name: Upload GUI installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OpenSim-${{ steps.build-gui.outputs.version }}-win64
path: OpenSim-${{ steps.build-gui.outputs.version }}-win64.exe
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
mv Gui/opensim/dist/OpenSim-$VERSION.pkg $GITHUB_WORKSPACE
- name: Upload GUI installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OpenSim-${{ steps.build-gui.outputs.version }}-mac
path: OpenSim-${{ steps.build-gui.outputs.version }}.pkg
Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:
mv Gui/opensim/dist/OpenSim-$VERSION.tar.gz $GITHUB_WORKSPACE
- name: Upload GUI installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OpenSim-${{ steps.build-gui.outputs.version }}-ub20-linux
path: OpenSim-${{ steps.build-gui.outputs.version }}.tar.gz

0 comments on commit f198f0e

Please sign in to comment.