From 09adbf2964dc40acf4b07ed0f8622b15d83762e8 Mon Sep 17 00:00:00 2001 From: Ichitux Date: Fri, 13 Mar 2026 15:45:05 +0100 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 069a4ab..9a22b67 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,12 +28,6 @@ jobs: output: test-summary.md if: always() - - name: Upload test summary - uses: actions/upload-artifact@v3 - with: - name: test-summary - path: test-summary.md - if: always() - name: Use checkout repository uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}