From ee38dbeccf5d2c225bead1d5d370a35d99933827 Mon Sep 17 00:00:00 2001 From: Xevion Date: Wed, 8 May 2024 01:38:35 -0500 Subject: [PATCH] Update final actions to latest (again) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd91b91..d819bda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x @@ -47,7 +47,7 @@ jobs: mv About/ Assemblies/ Defs/ Languages/ Textures/ output/HydroponicsExpanded - name: Upload Mod Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: HydroponicsExpanded-${{ steps.get_version.outputs.result }} path: output/ \ No newline at end of file