From 4ec7a7c5da5dab99742563fa99a559435fa3fe9f Mon Sep 17 00:00:00 2001 From: ndu Date: Sun, 5 Jul 2026 23:13:45 +0200 Subject: [PATCH] update pipeline --- .github/workflows/npmci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npmci.yml b/.github/workflows/npmci.yml index 34317e0..0a9ddfa 100644 --- a/.github/workflows/npmci.yml +++ b/.github/workflows/npmci.yml @@ -20,8 +20,8 @@ jobs: build: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v7 + - uses: actions/setup-node@v6 with: node-version: 24 - run: npm ci @@ -29,7 +29,7 @@ jobs: - run: npm run-script build - name: publish if: inputs.publishbuilds - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ github.ref_name }} path: |