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