From 0f06d0d461920e9e14b8dc5fc6597f19d75b3b64 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Thu, 2 Apr 2026 22:23:34 +0200 Subject: [PATCH] update --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 81e476e84..d354c062b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,12 +8,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 24 cache: npm cache-dependency-path: | gpx/package-lock.json @@ -41,7 +41,7 @@ jobs: npm run build --prefix website - name: Upload Artifacts - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: 'website/build/'