From 53a1f7c4f3600351d3170450a352caef61e1787e Mon Sep 17 00:00:00 2001 From: themitosan Date: Wed, 8 Nov 2023 06:28:11 -0300 Subject: [PATCH] Project: update github actions file --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 58f02b1..82f6c2c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v3 @@ -40,7 +40,7 @@ jobs: run: npm run build --if-present - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: R3_Auto_Map_Gen path: ./Build/R3 Auto Map Gen/win64/ \ No newline at end of file