Skip to content

Commit

Permalink
Updated CI action to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrlabs committed Aug 29, 2024
1 parent a07a713 commit bb0ece2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd lorien
godot --headless -v --export-release "Windows Desktop" ../build/${EXPORT_NAME}_${LORIEN_VERSION}_Windows/${EXPORT_NAME}_${LORIEN_VERSION}.exe
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Lorien Windows
path: build/${{ env.EXPORT_NAME }}_${{ env.LORIEN_VERSION }}_Windows
Expand All @@ -54,7 +54,7 @@ jobs:
cd lorien
godot --headless -v --export-release "Linux" ../build/${EXPORT_NAME}_${LORIEN_VERSION}_Linux/${EXPORT_NAME}_${LORIEN_VERSION}.x86_64
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Lorien Linux
path: build/${{ env.EXPORT_NAME }}_${{ env.LORIEN_VERSION }}_Linux
Expand All @@ -78,7 +78,7 @@ jobs:
cd lorien
godot --headless -v --export-release "macOS" ../build/${EXPORT_NAME}_${LORIEN_VERSION}_Mac/${EXPORT_NAME}_${LORIEN_VERSION}.zip
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Lorien Mac
path: build/${{ env.EXPORT_NAME }}_${{ env.LORIEN_VERSION }}_Mac
Expand Down

0 comments on commit bb0ece2

Please sign in to comment.