diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad65c96..5e6a5ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - run: npm run build --if-present - name: Save build if: matrix.node-version == '20.x' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build path: |