diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44c48005..8ce84658 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Build the project run: npm run build --if-present - name: Archive distribution bundle - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: dist-node${{ matrix.node-version }} path: |