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 }}