diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75c9a9c..575a9c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - run: npm run build --if-present - name: Save build if: matrix.node-version == '20.x' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build path: |