From 50b1b9b9cd6443048d0040f911176565d00cb5bf Mon Sep 17 00:00:00 2001 From: rainlizard Date: Thu, 19 Oct 2023 04:28:55 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42112e99..79a0a00d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Godot and Export Templates run: | @@ -40,13 +40,13 @@ jobs: run: ./Godot_v3.5.3-stable_linux_headless.64 -s Art/ReplaceIcon.gd Art/UnearthIcon.ico ./bin/ExportWindows/Unearth/Unearth.exe - name: Upload Linux Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: UnearthLinux path: ./bin/ExportLinux/ - name: Upload Windows Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: UnearthWindows path: ./bin/ExportWindows/