From 34b99513ccc00ee072b1dc11a5b1dfcd5085ab48 Mon Sep 17 00:00:00 2001 From: Lyn Fugmann Date: Sun, 6 Oct 2024 20:08:18 +0200 Subject: [PATCH] fix ci --- .forgejo/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 8fe8cb3..a971b9b 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -19,13 +19,13 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 'lts' + node-version: 'lts/*' - run: npm ci - run: npm run build - - uses: actions/upload-artifact@v4 + - uses: https://code.forgejo.org/forgejo/upload-artifact@v4 with: path: _site