diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5da96012..1ef49ecc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -205,7 +205,7 @@ jobs: run: $BUILD_CMD bench benchmark -p tree-sitter-cli --target=${{ matrix.target }} - name: Upload CLI artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: tree-sitter.${{ matrix.platform }} path: target/${{ matrix.target }}/release/tree-sitter${{ env.EXE }} @@ -214,7 +214,7 @@ jobs: - name: Upload WASM artifacts if: ${{ matrix.platform == 'linux-x64' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: tree-sitter.wasm path: |